deprecate PKGBUILD from here in favor of AUR git
This commit is contained in:
parent
523159f6c2
commit
041ced20a3
4 changed files with 5 additions and 77 deletions
|
|
@ -1,35 +0,0 @@
|
|||
# Maintainer: Troy Engel <troyengel+arch@gmail.com>
|
||||
|
||||
pkgbase=petrified
|
||||
pkgname=('petrified' 'petrified-systemd')
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
changelog=petrified.archlog
|
||||
arch=('any')
|
||||
url="https://github.com/troyengel/petrified"
|
||||
license=('GPL3')
|
||||
options=('emptydirs')
|
||||
source=("https://github.com/troyengel/petrified/archive/v${pkgver}.tar.gz")
|
||||
md5sums=('SKIP')
|
||||
|
||||
package_petrified() {
|
||||
pkgdesc="Bash client to update dynamic DNS at freedns.afraid.org"
|
||||
depends=('util-linux' 'coreutils' 'bash' 'iproute2' 'curl')
|
||||
backup=('etc/petrified.conf')
|
||||
install=petrified.archinst
|
||||
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
||||
# Install the system bits
|
||||
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
||||
}
|
||||
|
||||
package_petrified-systemd() {
|
||||
pkgdesc="Unit files for petrified systemd usage"
|
||||
depends=('petrified' 'systemd')
|
||||
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
||||
# Systemd files
|
||||
make DESTDIR="${pkgdir}" PREFIX=/usr install-systemd
|
||||
}
|
||||
|
|
@ -4,7 +4,6 @@ pkgbase=petrified
|
|||
pkgname=('petrified-git' 'petrified-git-systemd')
|
||||
pkgver=20141124.161601
|
||||
pkgrel=1
|
||||
changelog=petrified.archlog
|
||||
arch=('any')
|
||||
url="https://github.com/troyengel/petrified"
|
||||
license=('GPL3')
|
||||
|
|
|
|||
5
arch/README.md
Normal file
5
arch/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
AUR is now using git, the official PKGBUILD files are located here:
|
||||
|
||||
* https://aur.archlinux.org/cgit/aur.git/tree/?h=petrified
|
||||
|
||||
The files here are for development and testing purposes.
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
2015-03-08 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.5-1 :
|
||||
Version 1.0.5
|
||||
Migrate PKGBUILD to use all Makefile targets
|
||||
Use SKIP for md5sum to make github tagging/release easier
|
||||
|
||||
2014-12-01 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.4-1 :
|
||||
Version 1.0.4
|
||||
|
||||
2014-11-24 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.3-1 :
|
||||
Version 1.0.3
|
||||
Add new man page and README.pod, deprecate README.md
|
||||
|
||||
2014-11-22 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.2-3 :
|
||||
Fix PKGBUILD optdepends
|
||||
|
||||
* 1.0.2-2 :
|
||||
Fix PKGBUILD weirdness
|
||||
|
||||
* 1.0.2-1 :
|
||||
Version 1.0.2
|
||||
Add petrified-systemd subpackage
|
||||
Add packaging changelog
|
||||
Move examples to extra/ in doc dir
|
||||
Logrotate config is no longer installed system-wide
|
||||
|
||||
* 1.0.1-2 :
|
||||
Convert PKGBUILD to use tagged download from Github
|
||||
|
||||
2014-09-07 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.1-1 :
|
||||
Version 1.0.1
|
||||
|
||||
* 1.0-2 :
|
||||
Fixing lograte and some other things
|
||||
|
||||
* 1.0-1 :
|
||||
Initial release
|
||||
Loading…
Add table
Add a link
Reference in a new issue