17 lines
611 B
Bash
17 lines
611 B
Bash
# Template file for 'nemesis'
|
|
pkgname=nemesis
|
|
version=1.7
|
|
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=bd6293849f78c7adb73953f242cb7f599fa8a5390d5beaf377cdc100741fa026
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|