renamed package
This commit is contained in:
parent
3a0619791f
commit
9db6d35390
15
PKGBUILD
15
PKGBUILD
|
@ -1,22 +1,23 @@
|
|||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||
# % Trigger: 1434966060 %
|
||||
|
||||
pkgname='zfh-tools'
|
||||
pkgname='ufw-tools'
|
||||
pkgver='1.6.1'
|
||||
pkgrel='1'
|
||||
pkgdesc='A set of tools for zfh.so'
|
||||
url='https://git.fleshless.org/zfh-tools'
|
||||
pkgdesc='A set of tools for zerofiles.org (8fw.me)'
|
||||
url="https://git.fleshless.org/$pkgname"
|
||||
arch=( 'any' )
|
||||
license=( 'ISC' )
|
||||
depends=( 'bash' )
|
||||
replaces=( 'zfh-tools' )
|
||||
|
||||
source=( "https://git.fleshless.org/zfh-tools/snapshot/zfh-tools-${pkgver}.tar.gz" )
|
||||
source=( "https://git.fleshless.org/$pkgname/snapshot/${pkgname}-${pkgver}.tar.gz" )
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
install -Dm755 sup "$pkgdir/usr/bin/sup"
|
||||
install -Dm755 supd "$pkgdir/usr/bin/supd"
|
||||
install -Dm755 sup "$pkgdir/usr/bin/ufw"
|
||||
install -Dm755 supd "$pkgdir/usr/bin/ufwd"
|
||||
}
|
||||
|
||||
sha1sums=('a4f5573f5351a0f7efd741dc8973760748f13497')
|
||||
sha1sums=('5111b54e831d737a5e6466239032dcec789db1e2')
|
||||
|
|
Loading…
Reference in New Issue
Block a user