From 3c6d128b0ca9859d6e40b06569bdba3709eeb622 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Thu, 17 Dec 2020 09:32:38 +0100 Subject: [PATCH] New package: arpfox-1.0.0 --- srcpkgs/arpfox/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/arpfox/template diff --git a/srcpkgs/arpfox/template b/srcpkgs/arpfox/template new file mode 100644 index 00000000000..a311e7adc7c --- /dev/null +++ b/srcpkgs/arpfox/template @@ -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 +hostmakedepends="libpcap-devel" +depends="libpcap" +short_desc="Alternative arpspoof written in Go" +maintainer="shizonic " +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 +}