summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: daa56afeb4c94b18b4ef368eb1599593f53f6275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated by debtap
# Maintainer: stardust95
# Contributor: stardust95
pkgname=lebiniou-data
pkgver=3.40
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=('GPL2+')
groups=('')
options=('!strip' '!emptydirs')
source=("http://ftp.fr.debian.org/debian/pool/main/l/lebiniou-data/lebiniou-data_3.40-1_all.deb")
sha512sums=('757e918ecc78cd54b64a319b46a912e3c37ed410f6dd18f17df27bbb5246ba52bc41485c6236b630ea742eba2e385cbc3a2cf3fe9b4f179387b176c8d87a7ec6')

package(){

	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"
	install -D -m644 "${pkgdir}/usr/share/doc/lebiniou-data/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

}