commit
a75a7965ba
@ -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