void-packages/srcpkgs/dotherside/template

22 lines
695 B
Bash
Raw Normal View History

2017-01-06 20:15:20 +01:00
# Template file for 'dotherside'
pkgname=dotherside
2017-04-18 20:45:18 +02:00
version=0.6.2
2017-01-06 20:15:20 +01:00
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"
2017-04-18 20:45:18 +02:00
checksum=2c364b0c6840441f5227ecad3478bd312f7af6c8aa10bff89e202dba3e6be0f5
2017-01-06 20:15:20 +01:00
wrksrc="DOtherSide-${version}"
dotherside-devel_package() {
depends="dotherside>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include/
vmove usr/lib/*.so
}
}