summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersua72023-09-15 21:32:06 +0200
committerVersua72023-09-15 21:32:06 +0200
commit69a3bdf9741b2d82a5e715f3e4d51824db9d5e1c (patch)
tree3e499e46ddce329a2dcfa010897083f7f6cd1578
downloadaur-sword-dict-naves.tar.gz
First version of sword-dict-naves 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..46b4d4e6fa62
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = sword-dict-naves
+ pkgdesc = Nave's Topics were originally produced by O.J. Nave while serving as a chaplain in the US Army, and published in the early 1900's. It consists of 20,000+ topics and sub-topics, and 100,000+ references to scripture.
+ pkgver = 3.0
+ pkgrel = 1
+ url = https://packages.debian.org/bookworm/sword-dict-naves
+ arch = x86_64
+ license = public-domain
+ depends = sword
+ optdepends = bibletime
+ source = http://ftp.de.debian.org/debian/pool/main/s/sword-dict-naves/sword-dict-naves_3.0-1_all.deb
+ sha256sums = 244597b26cb8aaad3fffad7081d82174b8a7559c95a1e7722e9f716177ec287f
+
+pkgname = sword-dict-naves
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1b68a772de09
--- /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-naves'
+pkgver=3.0
+pkgrel=1
+pkgdesc="Nave's Topics were originally produced by O.J. Nave while serving as a chaplain in the US Army, and published in the early 1900's. It consists of 20,000+ topics and sub-topics, and 100,000+ references to scripture."
+arch=('x86_64')
+license=('public-domain')
+url="https://packages.debian.org/bookworm/sword-dict-naves"
+depends=('sword')
+optdepends=('bibletime')
+source=("http://ftp.de.debian.org/debian/pool/main/s/sword-dict-naves/sword-dict-naves_3.0-1_all.deb")
+sha256sums=('244597b26cb8aaad3fffad7081d82174b8a7559c95a1e7722e9f716177ec287f')
+
+package (){
+ bsdtar -xf data.tar.xz
+ cp -RPp $(pwd)/usr ../pkg/${pkgname}/usr
+}