17 lines
611 B
Bash
17 lines
611 B
Bash
# Template file for 'nemesis'
|
|
pkgname=nemesis
|
|
version=1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libnet-devel"
|
|
short_desc="Command-line network packet crafting and injection utility"
|
|
maintainer="Renato Aguiar <renato@renag.me>"
|
|
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=be8e786689296b75521956af838d6621f79277fafdb6310a99ee444294f13fee
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|