summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..872cae415ee9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Varagnac Kim <vacaniat@pm.me>
+pkgname=kjv-fzf-git
+pkgver=r1
+pkgrel=1
+pkgdesc="King James Bible with fuzzy finder"
+arch=(any)
+url="https://github.com/varagnac/pure-text-bible"
+license=('custom:Public Domain')
+depends=('bash' 'fzf')
+source=("kjv-fzf::https://github.com/varagnac/pure-text-bible/raw/master/kjv_fzf")
+md5sums=('SKIP')
+
+package() {
+ cd "$srcdir/"
+ install -Dm755 kjv-fzf $pkgdir/usr/bin/kjv-fzf
+}