Files
fake/PKGBUILD
T

20 lines
433 B
Bash
Raw Normal View History

2018-08-01 19:40:27 +03:00
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname="fake"
pkgver=1.0.0
pkgrel=1
pkgdesc="Fake: a more talkative true; sh version"
2021-02-27 04:44:35 +03:00
url="https://code.fleshless.org/fbt/fake"
2018-08-01 19:40:27 +03:00
arch=( 'any' )
license=( 'WTFPL' )
2021-02-27 04:44:35 +03:00
source=( "https://code.fleshless.org/fbt/fake/archive/${pkgver}.tar.gz" )
2018-08-01 19:40:27 +03:00
package() {
cd "${pkgname}-${pkgver}"
install -Dm755 fake.sh "$pkgdir/usr/bin/fake"
}
2018-08-01 19:44:20 +03:00
2021-02-27 04:44:35 +03:00
sha1sums=('687d6426f6243ae6c93b197554c7fbaa9851a8f8')