httpry: fix license, other lint

This commit is contained in:
Colin Booth 2021-04-13 22:25:12 -07:00 committed by Érico Nogueira Rolim
parent ae5bf719ed
commit 9071994d80
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'httpry'
pkgname=httpry
version=0.1.8
revision=1
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile
makedepends="libpcap-devel"
short_desc="HTTP logging and information retrieval tool"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2.0-only"
homepage="http://dumpsterventures.com/jason/httpry/"
license="GPL-2"
distfiles="https://github.com/jbittel/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=b3bcbec3fc6b72342022e940de184729d9cdecb30aa754a2c994073447468cf0
wrksrc="${pkgname}-${pkgname}-${version}"
post_extract() {
sed -i -e'/^CC /d' \
vsed -i -e'/^CC /d' \
-e 's/^CCFLAGS .*/CCFLAGS=$(CFLAGS) $(LDFLAGS)/' Makefile
}