summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVersua72023-09-15 21:34:35 +0200
committerVersua72023-09-15 21:34:35 +0200
commit3b13bf6e0dfd6c5ab137c1d8f0f120e04ccc252a (patch)
treef59291920cab96cc9ccf39679977120452d36b23 /PKGBUILD
downloadaur-sword-dict-strongs-hebrew.tar.gz
First version of sword-dict-strongs-hebrew debian package for archlinux
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8cc11ef09d26
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Alexandre Bancel <gimmeapill at gmail dot com>
+# Contributor: Oliver Friedrich <olifriedrich at gmail dot com>
+
+pkgname='sword-dict-strongs-hebrew'
+pkgver=3.0
+pkgrel=1
+pkgdesc="Dictionary of Hebrew Words taken from Strong's Exhaustive Concordance by James Strong, S.T.D., LL.D. 1890."
+arch=('x86_64')
+license=('public-domain')
+url="https://packages.debian.org/bookworm/sword-dict-strongs-hebrew"
+depends=('sword')
+optdepends=('bibletime')
+source=("http://ftp.de.debian.org/debian/pool/main/s/sword-dict-strongs-hebrew/sword-dict-strongs-hebrew_3.0-1_all.deb")
+sha256sums=('614e272f6a4153a48cc9893f67d342564de98be23d824e7f8bc7678ca4938cfa')
+
+package (){
+ bsdtar -xf data.tar.xz
+ cp -RPp $(pwd)/usr ../pkg/${pkgname}/usr
+}