app-crypt/moolticute: version bump
This commit is contained in:
parent
4c61ea18aa
commit
e17094fac8
3 changed files with 54 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then
|
|||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/raoulh/moolticute/archive/v${PV}-beta.tar.gz -> moolticute-${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/raoulh/moolticute/archive/v${PV//_/-}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
fi
|
||||
|
||||
|
|
@ -30,6 +30,8 @@ RDEPEND=">=dev-qt/qtcore-5.6:5
|
|||
>=dev-libs/libusb-1.0.20"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P//_/-}"
|
||||
|
||||
src_configure() {
|
||||
eqmake5 PREFIX="/usr" Moolticute.pro
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue