init
This commit is contained in:
commit
81fd25568f
22
PKGBUILD
Normal file
22
PKGBUILD
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||||
|
|
||||||
|
pkgname='zfh-tools'
|
||||||
|
pkgver='1.3'
|
||||||
|
pkgrel='1'
|
||||||
|
pkgdesc='A set of tools for zfh.so'
|
||||||
|
url='https://git.fleshless.org/zfh-tools'
|
||||||
|
arch=( 'any' )
|
||||||
|
license=( 'ISC' )
|
||||||
|
depends=( 'bash' )
|
||||||
|
|
||||||
|
source=( "https://git.fleshless.org/zfh-tools/snapshot/zfh-tools-${pkgver}.tar.gz" )
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
||||||
|
install -Dm755 sup "$pkgdir/usr/bin/sup"
|
||||||
|
install -Dm755 supd "$pkgdir/usr/bin/supd"
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: noet
|
||||||
|
sha1sums=('b62233241b47417f54e23f404f770405de03b337')
|
Loading…
Reference in New Issue
Block a user