Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-08-01 19:40:27 +03:00
commit a75a7965ba
1 changed files with 17 additions and 0 deletions

17
PKGBUILD Normal file
View 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"
}