22 lines
540 B
Bash
22 lines
540 B
Bash
|
# 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}
|
||
|
}
|