summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952019-10-25 16:05:40 +0200
committerstardust952019-10-25 16:05:40 +0200
commit8f06612cc39ceba0c520cf8ed4148b7af0caae49 (patch)
tree64acf75dfe79cf2e2781a7d7f386d9a54dfdd4a1
downloadaur-8f06612cc39ceba0c520cf8ed4148b7af0caae49.tar.gz
Initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD23
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6ec957389a68
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = lebiniou-data
+ pkgdesc = Datafiles for Le Biniou. - a selection of free colormaps - a selection of images to start with Le Biniou
+ pkgver = 3.28
+ pkgrel = 1
+ url = https://biniou.net
+ arch = any
+ license = unknown
+ options = !strip
+ options = !emptydirs
+ source = http://ftp.fr.debian.org/debian/pool/main/l/lebiniou-data/lebiniou-data_3.28-2_all.deb
+ sha512sums = a9ef1c88436d13c7366f7fa2302d694fe7a1e1ffe31da5a1b044a660e104d2301c152a7a6457097a8f77e5ed44a4e113049e336fee80ffa53d48d3848870f8c0
+
+pkgname = lebiniou-data
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..16167a74c302
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Generated by debtap
+# Maintainer: stardust95
+# Contributor: stardust95
+pkgname=lebiniou-data
+pkgver=3.28
+pkgrel=1
+pkgdesc="Datafiles for Le Biniou. - a selection of free colormaps - a selection of images to start with Le Biniou"
+arch=('any')
+url="https://biniou.net"
+license=('unknown')
+groups=('')
+options=('!strip' '!emptydirs')
+source=("http://ftp.fr.debian.org/debian/pool/main/l/lebiniou-data/lebiniou-data_3.28-2_all.deb")
+sha512sums=('a9ef1c88436d13c7366f7fa2302d694fe7a1e1ffe31da5a1b044a660e104d2301c152a7a6457097a8f77e5ed44a4e113049e336fee80ffa53d48d3848870f8c0')
+
+package(){
+
+ # Extract package data
+ tar xf data.tar.xz -C "${pkgdir}"
+
+ install -D -m644 "/usr/share/doc/lebiniou-data/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+}