22 lines
No EOL
695 B
Bash
22 lines
No EOL
695 B
Bash
# Template file for 'dotherside'
|
|
pkgname=dotherside
|
|
version=0.5.2
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="qt5-host-tools qt5-declarative-devel"
|
|
short_desc="C language library for creating bindings for the Qt QML language"
|
|
maintainer="gangstacat <grumpy@keemail.me>"
|
|
license="LGPL-3.0"
|
|
homepage="https://github.com/filcuc/DOtherSide"
|
|
distfiles="https://github.com/filcuc/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=1f91c011b776fc6810662155e0408e40ca0cec50331d9501ca514a45fcce145f
|
|
wrksrc="DOtherSide-${version}"
|
|
|
|
dotherside-devel_package() {
|
|
depends="dotherside>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include/
|
|
vmove usr/lib/*.so
|
|
}
|
|
} |