usbguard: update to 0.7.6.
This commit is contained in:
parent
fedf5724ec
commit
9522bf5844
2 changed files with 14 additions and 2 deletions
1
srcpkgs/usbguard-devel
Symbolic link
1
srcpkgs/usbguard-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
usbguard
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'usbguard'
|
||||
pkgname=usbguard
|
||||
version=0.7.5
|
||||
version=0.7.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-crypto-library=sodium --with-bundled-catch --with-bundled-pegtl"
|
||||
|
@ -13,8 +13,19 @@ maintainer="Philoponus Bindle <philoponus-bindle@protonmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://usbguard.github.io"
|
||||
distfiles="https://github.com/USBGuard/usbguard/releases/download/usbguard-$version/usbguard-$version.tar.gz"
|
||||
checksum=ab98091969bf4ea68d7a950997cd7af98ddac84558aa6dfe733e8fa0a936454a
|
||||
checksum=7234d5a30b964eb4cd3564d645e24c23454dca376345c96635484d4534d2f03f
|
||||
|
||||
post_install() {
|
||||
vsv usbguard
|
||||
}
|
||||
|
||||
usbguard-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libqb-devel ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue