30 lines
830 B
Bash
30 lines
830 B
Bash
# Template file for 'libraqm'
|
|
pkgname=libraqm
|
|
version=0.2.0
|
|
revision=1
|
|
wrksrc="raqm-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="harfbuzz-devel fribidi-devel"
|
|
short_desc="Library for complex text layout"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/HOST-Oman/libraqm"
|
|
license="MIT"
|
|
distfiles="https://github.com/HOST-Oman/libraqm/releases/download/v${version}/raqm-${version}.tar.gz"
|
|
checksum=8c25b6cb66ec2800e59d7ef1c4a131175754b7c463ba4a05be9dff8aa83081c1
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|
|
|
|
libraqm-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|