mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
Merge pull request #2153 from beefcurtains/octoxbps
New package: octoxbps-0.1.0
This commit is contained in:
commit
f4eb2427d0
1 changed files with 21 additions and 0 deletions
21
srcpkgs/octoxbps/template
Normal file
21
srcpkgs/octoxbps/template
Normal 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}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue