31 lines
830 B
Bash
31 lines
830 B
Bash
# Template file for 'libraqm'
|
|
pkgname=libraqm
|
|
version=0.5.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=a06036ad6bd0abdc656de0b4189cc7f397ec1beb17061012732e32761a02c989
|
|
|
|
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
|
|
}
|
|
}
|