summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
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"
+
+}