Merge pull request #2153 from beefcurtains/octoxbps

New package: octoxbps-0.1.0
This commit is contained in:
Juan RP 2015-08-10 08:25:33 +02:00
commit f4eb2427d0
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}
}