-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae2aa23
commit 62a9100
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
octoxbps will need sudo or opendoas installed for elevation privileges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -44,3 +44,7 @@ do_install() { | |
cd $_dir && make INSTALL_ROOT=${DESTDIR} install | ||
done | ||
} | ||
|
||
post_install() { | ||
vdoc "${FILESDIR}/README.voidlinux" | ||
} |