vmap: update to 0.4.1.
This commit is contained in:
parent
9b4d7726c2
commit
a4fd3434ed
@ -1,22 +1,18 @@
|
||||
# Template file for 'vmap'
|
||||
pkgname=vmap
|
||||
version=0.4
|
||||
version=0.4.1
|
||||
revision=1
|
||||
wrksrc="vmap-v${version}"
|
||||
build_style=qmake
|
||||
configure_args="CONFIG+=NONMAP"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libcurl-devel qt5-svg-devel"
|
||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||
makedepends="libcurl-devel libxml++3.0-devel qt5-svg-devel"
|
||||
short_desc="Vulnerability-Exploit desktop finder"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://gitlab.com/git-rep/vmap"
|
||||
distfiles="https://gitlab.com/git-rep/vmap/-/archive/${version}/vmap-${version}.tar.gz"
|
||||
checksum=950d1a9b27ec4ff6b4641f699350914588bf59658d03bb526f5a46fb72c6a689
|
||||
distfiles="https://gitlab.com/git-rep/vmap/-/archive/v${version}/vmap-v${version}.tar.gz"
|
||||
checksum=8fde8b8afab96db219167c612321ec864f2e278b6b5601adde7c1781465906bd
|
||||
|
||||
if [ -n "CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-svg-devel"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
post_patch() {
|
||||
vsed -e 's|usr/local|usr|' -i vmap.pro
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user