vmap: update to 0.4
This commit is contained in:
parent
6d43488cdd
commit
7c9a3e1009
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'vmap'
|
# Template file for 'vmap'
|
||||||
pkgname=vmap
|
pkgname=vmap
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="vmap-v${version}"
|
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="CONFIG+=NONMAP"
|
configure_args="CONFIG+=NONMAP"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,13 +10,13 @@ short_desc="Vulnerability-Exploit desktop finder"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://gitlab.com/git-rep/vmap"
|
homepage="https://gitlab.com/git-rep/vmap"
|
||||||
distfiles="https://gitlab.com/git-rep/vmap/-/archive/v${version}/vmap-v${version}.tar.gz"
|
distfiles="https://gitlab.com/git-rep/vmap/-/archive/${version}/vmap-${version}.tar.gz"
|
||||||
checksum=0526c3a9b7723d187638485915019fcec6f2de2157683b6475703bd0aa4f6089
|
checksum=950d1a9b27ec4ff6b4641f699350914588bf59658d03bb526f5a46fb72c6a689
|
||||||
|
|
||||||
if [ -n "CROSS_BUILD" ]; then
|
if [ -n "CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-svg-devel"
|
hostmakedepends+=" qt5-svg-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's|usr/local|usr|' vmap.pro
|
vsed -e 's|usr/local|usr|' -i vmap.pro
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue