void-packages/srcpkgs/arpfox/template
classabbyamp 4d6972e024
*: orphan shizonic's packages
inactive as a maintainer for 3 years
2025-02-11 08:43:41 -05:00

18 lines
511 B
Bash

# Template file for 'arpfox'
pkgname=arpfox
version=1.0.0
revision=4
build_style=go
go_import_path=github.com/malfunkt/arpfox
makedepends="libpcap-devel"
depends="libpcap"
short_desc="Alternative arpspoof written in Go"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/malfunkt/arpfox"
distfiles="https://github.com/malfunkt/arpfox/archive/v${version}.tar.gz"
checksum=f2b24dc840381264ea6f010cc5f0949089611083d9310a91ffda2a770a074ec4
post_install() {
vlicense LICENSE
}