blob: f671a71a6297ddfe2a1a5689e95ef0c4240890b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}
|