diff options
author | varagnac | 2020-04-27 03:55:14 +0200 |
---|---|---|
committer | varagnac | 2020-04-27 03:55:14 +0200 |
commit | c8eeab490a78db49020a5aac81954afe53bd9290 (patch) | |
tree | 657bbb7ca6c2c51392166fd15f26d98cf879ca60 /PKGBUILD | |
download | aur-c8eeab490a78db49020a5aac81954afe53bd9290.tar.gz |
init
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000000..f671a71a6297 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,16 @@ +# Maintainer: Varagnac Kim <vacaniat@pm.me> +pkgname=grb-fzf-git +pkgver=r1 +pkgrel=1 +pkgdesc="Greek Bible with the Septuagint, SBL and Apocrypha, with fuzzy finder" +arch=(any) +url="https://github.com/varagnac/pure-text-bible" +license=('custom:Public Domain') +depends=('bash' 'fzf') +source=("grb-fzf::https://github.com/varagnac/pure-text-bible/raw/master/grb_fzf") +md5sums=('SKIP') + +package() { + cd "$srcdir/" + install -Dm755 grb-fzf $pkgdir/usr/bin/grb-fzf +} |