summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersua72023-09-15 21:28:41 +0200
committerVersua72023-09-15 21:28:41 +0200
commit2a2036dd53796eccd1e98d37d13f8ebee7922aa1 (patch)
treed36364f585d9cf93dc6df3ee67d7894a344f0ae0
downloadaur-2a2036dd53796eccd1e98d37d13f8ebee7922aa1.tar.gz
First version of sword-comm-tdavid 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..d7481d99f25a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = sword-comm-tdavid
+ pkgdesc = This seven volume Magnum Opus, by Charles H. Spurgeon, was first published in weekly installments over a twenty-year span in the London Metropolitan Tabernacle's periodical, The Sword and the Trowel. As each section was completed it was published as a volume until the seventh and final volume was released in 1885.
+ pkgver = 2.1
+ pkgrel = 1
+ url = https://packages.debian.org/bookworm/sword-comm-tdavid
+ arch = x86_64
+ license = public-domain
+ depends = sword
+ optdepends = bibletime
+ source = http://ftp.de.debian.org/debian/pool/main/s/sword-comm-tdavid/sword-comm-tdavid_2.1-1_all.deb
+ sha256sums = bcbfad701c5c4a061475b58309cebc42755a59e87478c8355227c5e046412b3f
+
+pkgname = sword-comm-tdavid
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..856ed6b732a5
--- /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-tdavid'
+pkgver=2.1
+pkgrel=1
+pkgdesc="This seven volume Magnum Opus, by Charles H. Spurgeon, was first published in weekly installments over a twenty-year span in the London Metropolitan Tabernacle's periodical, The Sword and the Trowel. As each section was completed it was published as a volume until the seventh and final volume was released in 1885."
+arch=('x86_64')
+license=('public-domain')
+url="https://packages.debian.org/bookworm/sword-comm-tdavid"
+depends=('sword')
+optdepends=('bibletime')
+source=("http://ftp.de.debian.org/debian/pool/main/s/sword-comm-tdavid/sword-comm-tdavid_2.1-1_all.deb")
+sha256sums=('bcbfad701c5c4a061475b58309cebc42755a59e87478c8355227c5e046412b3f')
+
+package (){
+ bsdtar -xf data.tar.xz
+ cp -RPp $(pwd)/usr ../pkg/${pkgname}/usr
+}