void-packages/srcpkgs/dotherside/template
2017-04-18 22:23:20 -04:00

24 lines
728 B
Bash

# Template file for 'dotherside'
pkgname=dotherside
version=0.6.2
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-declarative-devel doxygen"
makedepends="qt5-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=2c364b0c6840441f5227ecad3478bd312f7af6c8aa10bff89e202dba3e6be0f5
wrksrc="DOtherSide-${version}"
dotherside-devel_package() {
depends="dotherside>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include/
vmove usr/lib/*.so
}
}