void-packages/srcpkgs/dotherside/template

24 lines
732 B
Bash

# Template file for 'dotherside'
pkgname=dotherside
version=0.6.5
revision=2
wrksrc="DOtherSide-${version}"
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake doxygen"
makedepends="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-only"
homepage="https://github.com/filcuc/DOtherSide"
distfiles="https://github.com/filcuc/${pkgname}/archive/v${version}.tar.gz"
checksum=f1e1f156541cfadf32e4fb2731525b15d7a2b6f08be54eec92e4ca635731586c
dotherside-devel_package() {
depends="dotherside>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
}
}