aboutsummaryrefslogtreecommitdiffstats
path: root/community/utf8proc/APKBUILD
blob: 2a03999f2a0484ac887c5842078742d11c69ab94 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=utf8proc
pkgver=1.3.1
pkgrel=0
pkgdesc="A clean C library for processing UTF-8 Unicode data"
url="https://github.com/JuliaLang/utf8proc"
arch="all"
license="MIT custom"
depends=""
makedepends=""
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz
	$pkgname.pc
	"
builddir="$srcdir/$pkgname-$pkgver"

prepare() {
	cd "$builddir"
	sed "s/@VERSION@/$pkgver/" "$srcdir"/$pkgname.pc > $pkgname.pc
}

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"

	make DESTDIR="$pkgdir" prefix=/usr install || return 1
	install -D $pkgname.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
}

md5sums="347cbe5feef3d6714566bad06f1b0135  utf8proc-1.3.1.tar.gz
7833a8bae857f4342f6f617b90a443e3  utf8proc.pc"
sha256sums="83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc  utf8proc-1.3.1.tar.gz
a6def2c16f03c6764ba87ff34b2026f1b008a28fc602aef94c96dccf632bc8c8  utf8proc.pc"
sha512sums="9a78e2509ec84ce38a3fc4699311145603fcdf4a60974f738376d0b04f67ba27e36eefb5f3b3387e05b001564d7bad6312524ef73c017b9eb9e077aae7bbefcd  utf8proc-1.3.1.tar.gz
95e6fe681b9bd35414c2e1b1948ab9eb37274cfbd9e7b970bc7685eb7e03155bd08781b48f3084a2c81440a54f12d4130ed19e06fe4fcc0f1e45d99f225636d7  utf8proc.pc"