octoxbps: update to 0.3.2
This commit is contained in:
parent
ae2aa23373
commit
62a9100969
|
@ -0,0 +1 @@
|
|||
octoxbps will need sudo or opendoas installed for elevation privileges
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'octoxbps'
|
||||
pkgname=octoxbps
|
||||
version=0.3.1
|
||||
version=0.3.2
|
||||
revision=1
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
|
||||
makedepends="qt5-declarative-devel qtermwidget-devel"
|
||||
depends="curl sudo"
|
||||
depends="curl"
|
||||
short_desc="Qt-based XBPS front-end"
|
||||
maintainer="beefcurtains <beefcurtains@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/aarnt/octoxbps"
|
||||
homepage="https://tintaescura.com/projects/octopi/"
|
||||
changelog="https://raw.githubusercontent.com/aarnt/octoxbps/master/CHANGELOG"
|
||||
distfiles="https://github.com/aarnt/octoxbps/archive/v${version}.tar.gz"
|
||||
checksum=0ec95b8f79a1536cb7b7d2e0ac56175972a3ca77fb0ba67a7e190f592644a088
|
||||
checksum=8fe3ec0bb5eb55f94e8db08dc570ef10f61c929dfd0c12d8415d6f8d83e1c9ed
|
||||
|
||||
post_configure() {
|
||||
local qmake_args
|
||||
|
@ -44,3 +44,7 @@ do_install() {
|
|||
cd $_dir && make INSTALL_ROOT=${DESTDIR} install
|
||||
done
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc "${FILESDIR}/README.voidlinux"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue