summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersua72023-09-15 10:53:46 +0200
committerVersua72023-09-15 10:53:46 +0200
commit5b2c7615b295c9cc2ad78f5f81fce18aab50da4d (patch)
treef95ace34773348e4362adfc784f201aa54a2c99f
downloadaur-5b2c7615b295c9cc2ad78f5f81fce18aab50da4d.tar.gz
First Version of sword-text-kjv debian package for arch
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2de371a64e5c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = sword-text-kjv
+ pkgdesc = This is the King James Version of the Holy Bible (also known as the Authorized Version) with embedded Strong's Numbers.
+ pkgver = 14.3
+ pkgrel = 1
+ url = https://packages.debian.org/bookworm/sword-text-sparv
+ arch = x86_64
+ license = public-domain
+ depends = sword
+ optdepends = xiphos
+ optdepends = bibletime
+ source = http://ftp.de.debian.org/debian/pool/main/s/sword-text-kjv/sword-text-kjv_14.3-1_all.deb
+ sha256sums = 9f463f28ce665f6f528fc723179722bced880a4c5485f7a41bf742838315de57
+
+pkgname = sword-text-kjv
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7cbf93293ab6
--- /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-text-kjv'
+pkgver=14.3
+pkgrel=1
+pkgdesc="This is the King James Version of the Holy Bible (also known as the Authorized Version) with embedded Strong's Numbers."
+arch=('x86_64')
+license=('public-domain')
+url="https://packages.debian.org/bookworm/sword-text-sparv"
+depends=('sword')
+optdepends=('xiphos' 'bibletime')
+source=("http://ftp.de.debian.org/debian/pool/main/s/sword-text-kjv/sword-text-kjv_14.3-1_all.deb")
+sha256sums=('9f463f28ce665f6f528fc723179722bced880a4c5485f7a41bf742838315de57')
+
+package (){
+ bsdtar -xf data.tar.xz
+ cp -RPp $(pwd)/usr ../pkg/${pkgname}/usr
+}