summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 872dd4a18461c205f7e0bc3549d6608f5c45b6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: stardust95
# Contributor: Namarrgon
pkgname=lebiniou-data
pkgver=3.50
pkgrel=1
pkgdesc="Data files for lebiniou"
arch=('any')
url="https://biniou.net/"
license=('GPL')
source=("https://gitlab.com/lebiniou/lebiniou-data/-/archive/version-$pkgver/lebiniou-data-version-$pkgver.tar.gz")
sha256sums=('6fe15e821234f411e00de32783f1e5cc358b251d3d04c3e14900d3fb19c63892')

build() {
	cd "$pkgname-version-$pkgver"

	autoreconf -i
	./configure --prefix=/usr
}

package() {
	cd "$pkgname-version-$pkgver"

	make DESTDIR="$pkgdir/" install
}