Merge pull request #2153 from beefcurtains/octoxbps
New package: octoxbps-0.1.0
This commit is contained in:
commit
f4eb2427d0
|
@ -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}
|
||||
}
|
Loading…
Reference in New Issue