jobextra/libdatrie/PKGBUILD

42 lines
1 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libdatrie
pkgver=0.2.13
pkgrel=04
pkgdesc='Double-array trie library'
url='https://linux.thai.net/projects/datrie'
depends=('glibc')
makedepends=('doxygen')
source=("https://linux.thai.net/pub/thailinux/software/libthai/$pkgname-$pkgver.tar.xz")
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
check() {
cd $pkgname-$pkgver
make check
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('LGPL-2.1-or-later')
sha256sums=(12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be) # libdatrie-0.2.13.tar.xz
## 94d05fbda91989dd4a7dc74926a830e4c4fea6f001328eade1488e1da557d539 libdatrie-0.2.13-04-x86_64.pkg.tar.lz