summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersua72023-09-15 11:01:27 +0200
committerVersua72023-09-15 11:01:27 +0200
commit98210534800727f841ee34e412313ff9462488df (patch)
tree284b65888f989b3da8091411841e48781126177a
downloadaur-98210534800727f841ee34e412313ff9462488df.tar.gz
First version of sword-text-sparv 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..0c765586bb9d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = sword-text-sparv
+ pkgdesc = The Reina-Valera Bible (1909) is a Spanish Bible translation based on the Textus Receptus.
+ pkgver = 2.60
+ 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-sparv/sword-text-sparv_2.60-1_all.deb
+ sha256sums = 5c87f9b2bc97457e8a872f5bae7ea7ce59cb3de1dcee73e4d4740451863694cf
+
+pkgname = sword-text-sparv
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7dc9801aeab2
--- /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-sparv'
+pkgver=2.60
+pkgrel=1
+pkgdesc="The Reina-Valera Bible (1909) is a Spanish Bible translation based on the Textus Receptus."
+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-sparv/sword-text-sparv_2.60-1_all.deb")
+sha256sums=('5c87f9b2bc97457e8a872f5bae7ea7ce59cb3de1dcee73e4d4740451863694cf')
+
+package (){
+ bsdtar -xf data.tar.xz
+ cp -RPp $(pwd)/usr $(pwd)/../pkg/${pkgname}/usr
+}