summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersua72023-09-15 21:19:50 +0200
committerVersua72023-09-15 21:19:50 +0200
commited9e756d288f88c5ed3b58a520c3adcc37d9b632 (patch)
tree41bbcd3a115cb58ce25d761cc69ea6d9ab3225c7
downloadaur-ed9e756d288f88c5ed3b58a520c3adcc37d9b632.tar.gz
First version of sword-comm-scotfield 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..b0d39e621701
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = sword-comm-scofield
+ pkgdesc = Scofield Reference Notes, 1917 edition based on the version at http://bible.crosswalk.com/ with formatting changes and corrections.
+ pkgver = 2.1
+ pkgrel = 1
+ url = https://packages.debian.org/bookworm/sword-comm-scofield
+ arch = x86_64
+ license = public-domain
+ depends = sword
+ optdepends = bibletime
+ source = http://ftp.de.debian.org/debian/pool/main/s/sword-comm-scofield/sword-comm-scofield_2.1-1_all.deb
+ sha256sums = 0c11a9533d4870ec40cc72792ecde8aae6e4cc00eca12301150aac018fd5dfcb
+
+pkgname = sword-comm-scofield
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c0ef8c61619e
--- /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-scofield'
+pkgver=2.1
+pkgrel=1
+pkgdesc="Scofield Reference Notes, 1917 edition based on the version at http://bible.crosswalk.com/ with formatting changes and corrections."
+arch=('x86_64')
+license=('public-domain')
+url="https://packages.debian.org/bookworm/sword-comm-scofield"
+depends=('sword')
+optdepends=('bibletime')
+source=("http://ftp.de.debian.org/debian/pool/main/s/sword-comm-scofield/sword-comm-scofield_2.1-1_all.deb")
+sha256sums=('0c11a9533d4870ec40cc72792ecde8aae6e4cc00eca12301150aac018fd5dfcb')
+
+package (){
+ bsdtar -xf data.tar.xz
+ cp -RPp $(pwd)/usr ../pkg/${pkgname}/usr
+}