vp-build/srcpkgs/dotherside/template

24 lines
728 B
Bash

# Template file for 'dotherside'
pkgname=dotherside
version=0.6.3
revision=2
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"
homepage="https://github.com/filcuc/DOtherSide"
distfiles="https://github.com/filcuc/${pkgname}/archive/v${version}.tar.gz"
checksum=ff727d958d8b53765c1fe41d9201c782583b031bed448d4d5bbcb9ac293ef82b
wrksrc="DOtherSide-${version}"
dotherside-devel_package() {
depends="dotherside>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include/
vmove usr/lib/*.so
}
}