summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-25 16:31:42 +0300
committerDimitris Kiziridis2020-07-25 16:31:42 +0300
commitda9ab3d3309ac2ae222a7f8f0e528b93b5ea87c5 (patch)
tree5e2e860fe45e1dbe04116ce93ed7f8402a25c18b
downloadaur-da9ab3d3309ac2ae222a7f8f0e528b93b5ea87c5.tar.gz
Initial commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5f575354bfe5
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = libduck1
+ pkgdesc = A Daisy 2.02 parser API, libduck is a C library for parsing DTB (Digital Talking Book). Currently, only the Daisy 2.02 format is supported
+ pkgver = 1.1.2
+ pkgrel = 1
+ url = https://daisy.geexbox.org
+ arch = x86_64
+ license = GPL3
+ license = LGPL2.1
+ makedepends = tar
+ depends = libxml2
+ source = libduck1-1.1.2.deb::https://daisy.geexbox.org/releases/libduck1_1.1.2-1_amd64.deb
+ sha256sums = c9f3ee8d60655551571fb9c903e31bcb680c7b8c49d673b3c77d36fc7a2e6270
+
+pkgname = libduck1
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1e60890293f5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=libduck1
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A Daisy 2.02 parser API, libduck is a C library for parsing DTB (Digital Talking Book). Currently, only the Daisy 2.02 format is supported"
+arch=('x86_64')
+url='https://daisy.geexbox.org'
+license=('GPL3' 'LGPL2.1')
+depends=('libxml2')
+makedepends=('tar')
+source=("${pkgname}-${pkgver}.deb::https://daisy.geexbox.org/releases/libduck1_${pkgver}-1_amd64.deb")
+sha256sums=('c9f3ee8d60655551571fb9c903e31bcb680c7b8c49d673b3c77d36fc7a2e6270')
+
+package() {
+ tar xvf data.tar.xz -C "${pkgdir}/"
+ rm "${pkgdir}/usr/share/doc/libduck1/changelog.Debian.gz"
+ rm "${pkgdir}/usr/share/doc/libduck1/copyright"
+} \ No newline at end of file