coWPAtty: fix license.

This commit is contained in:
Leah Neukirchen 2021-03-24 19:57:56 +01:00
parent 8e387da5a6
commit 8d9b8f4dea

View file

@ -2,7 +2,7 @@
pkgname=coWPAtty
_pkgname=cowpatty
version=4.8
revision=4
revision=5
wrksrc="${_pkgname}-${version}"
build_style=gnu-makefile
make_use_env=1
@ -10,7 +10,7 @@ make_install_args="BINDIR=/usr/bin"
makedepends="libpcap-devel openssl-devel"
short_desc="WPA-PSK dictionary attack"
maintainer="nexolight <snow.dream.ch@gmail.com>"
license="GPL-2.0-only"
license="BSD-3-Clause"
homepage="https://github.com/joswr1ght/cowpatty"
distfiles="https://github.com/joswr1ght/cowpatty/archive/${version}.tar.gz"
checksum=8aae67f4823edb76dff036808137888d2479477ec1e52aa86d6cecd26d58aa23
@ -21,3 +21,6 @@ pre_build() {
-e 's|-g3 -ggdb||g' \
-i Makefile
}
post_install() {
vlicense COPYING
}