19 lines
630 B
Bash
19 lines
630 B
Bash
# Template file for 'nemesis'
|
|
pkgname=nemesis
|
|
version=1.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libnet-devel"
|
|
short_desc="Command-line network packet crafting and injection utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/troglobit/nemesis"
|
|
changelog="https://raw.githubusercontent.com/troglobit/nemesis/master/ChangeLog.md"
|
|
distfiles="https://github.com/troglobit/nemesis/releases/download/v${version}/nemesis-${version}.tar.gz"
|
|
checksum=c480570284ba86aa8643eac0d582aaedaeaefa4773b7d0ac9549e4f42c40e78a
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|