new bblfs: dev-libs/libutf8proc-2.11.2
This commit is contained in:
23
dev-libs/libutf8proc-2.11.2.PKGBUILD
Normal file
23
dev-libs/libutf8proc-2.11.2.PKGBUILD
Normal file
@@ -0,0 +1,23 @@
|
||||
pkgname=libutf8proc
|
||||
pkgver=2.11.2
|
||||
pkgdesc="A clean C Library for processing UTF-8 Unicode data"
|
||||
homepage="https://github.com/JuliaStrings/utf8proc"
|
||||
license=("MIT")
|
||||
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||
urls=("https://github.com/JuliaStrings/${pkgname#lib}/releases/download/v${pkgver}/${pkgname#lib}-${pkgver}.tar.gz")
|
||||
sha512sums=("1c5c5c21d09f5afae0eecdfe7698bc5a87a19b4c524396e4a55f7338a1d3907cf74e3252160bc3e6708d79904e83768563986d2ef9db6ead92e557742ac1bd73")
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||
}
|
||||
|
||||
src_build() {
|
||||
make prefix="/usr"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${pkgdir}" prefix="/usr" install
|
||||
find "${pkgdir}" -name '*.a' -delete
|
||||
}
|
||||
|
||||
# vim:ft=sh syn=sh et sw=2:
|
||||
Reference in New Issue
Block a user