mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
61a69d943e
commit
284b2dfc60
1 changed files with 18 additions and 0 deletions
18
srcpkgs/arpfox/template
Normal file
18
srcpkgs/arpfox/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'arpfox'
|
||||||
|
pkgname=arpfox
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/malfunkt/arpfox
|
||||||
|
makedepends="libpcap-devel"
|
||||||
|
depends="libpcap"
|
||||||
|
short_desc="Alternative arpspoof written in Go"
|
||||||
|
maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue