init
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
commit
a75a7965ba
17
PKGBUILD
Normal file
17
PKGBUILD
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||
|
||||
pkgname="fake"
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Fake: a more talkative true; sh version"
|
||||
url="https://git.fleshless.org/u/fbt/fake"
|
||||
arch=( 'any' )
|
||||
license=( 'WTFPL' )
|
||||
|
||||
source=( "https://git.fleshless.org/u/fbt/fake/snapshot/fake-${pkgver}.tar.gz" )
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
install -Dm755 fake.sh "$pkgdir/usr/bin/fake"
|
||||
}
|
Loading…
Reference in New Issue
Block a user