New package: octoxbps-0.1.0

This commit is contained in:
beefcurtains 2015-08-01 18:43:13 +00:00
parent bc5200d886
commit 838537cd07
1 changed files with 21 additions and 0 deletions

21
srcpkgs/octoxbps/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'octoxbps'
pkgname=octoxbps
version=0.1.0
revision=1
build_style=gnu-makefile
hostmakedepends="qt5-qmake"
makedepends="qt5-declarative-devel qt5-quick1-devel"
depends="curl"
short_desc="Qt-based XBPS front-end"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/aarnt/octoxbps"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=8680f2a7fc8899ff653bef40ce2e73e345b9e1978abd87ea4e5ae6715575662b
do_configure() {
qmake-qt5
}
do_install() {
vbin bin/${pkgname}
}