summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersua72023-09-15 21:09:23 +0200
committerVersua72023-09-15 21:09:23 +0200
commit4eeeb2ded809bdc27f1e87a2a8dbedefbf11c8f9 (patch)
tree0efb104120b44de25cc069ddc8c530444cfda833
downloadaur-sword-comm-mhcc.tar.gz
First version of sword-comm-mhcc debian package for archlinux
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1312e836eda0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = sword-comm-mhcc
+ pkgdesc = An abridged version of Matthew Henry's commentary on the whole bible. Matthew Henry (1662-1714) was a Presbyterian minister in Chester.
+ pkgver = 2.0
+ pkgrel = 1
+ url = https://packages.debian.org/bookworm/sword-comm-mhcc
+ arch = x86_64
+ license = public-domain
+ depends = sword
+ optdepends = bibletime
+ source = http://ftp.de.debian.org/debian/pool/main/s/sword-comm-mhcc/sword-comm-mhcc_2.0-1_all.deb
+ sha256sums = 06f748215de78ff48fdfdee93e3ffc5af6318b976485f7aedf22309236967e35
+
+pkgname = sword-comm-mhcc
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..fc7e82ca76b6
--- /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-comm-mhcc'
+pkgver=2.0
+pkgrel=1
+pkgdesc="An abridged version of Matthew Henry's commentary on the whole bible. Matthew Henry (1662-1714) was a Presbyterian minister in Chester."
+arch=('x86_64')
+license=('public-domain')
+url="https://packages.debian.org/bookworm/sword-comm-mhcc"
+depends=('sword')
+optdepends=('bibletime')
+source=("http://ftp.de.debian.org/debian/pool/main/s/sword-comm-mhcc/sword-comm-mhcc_2.0-1_all.deb")
+sha256sums=('06f748215de78ff48fdfdee93e3ffc5af6318b976485f7aedf22309236967e35')
+
+package (){
+ bsdtar -xf data.tar.xz
+ cp -RPp $(pwd)/usr ../pkg/${pkgname}/usr
+}