Skip to content

Commit

Permalink
octoxbps: update to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored and classabbyamp committed Sep 28, 2023
1 parent ae2aa23 commit 62a9100
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions srcpkgs/octoxbps/files/README.voidlinux
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
octoxbps will need sudo or opendoas installed for elevation privileges
12 changes: 8 additions & 4 deletions srcpkgs/octoxbps/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
Expand Down Expand Up @@ -44,3 +44,7 @@ do_install() {
cd $_dir && make INSTALL_ROOT=${DESTDIR} install
done
}

post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}

0 comments on commit 62a9100

Please sign in to comment.