New package: aquatone-1.4.3

This commit is contained in:
Alex Childs 2019-02-26 11:05:58 -06:00 committed by maxice8
parent aa8edab976
commit 295ff4f944
1 changed files with 17 additions and 0 deletions

17
srcpkgs/aquatone/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'aquatone'
pkgname=aquatone
version=1.4.3
revision=1
build_style=go
go_import_path=github.com/michenriksen/aquatone
hostmakedepends="git"
short_desc="Tool for domain flyovers"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="MIT"
homepage="https://github.com/michenriksen/aquatone"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=8a54c597814a246b5b61cb1b5c1bc267fdbf47a83dbc55d5e7800c90b25a2cbb
post_install() {
vlicense LICENSE.txt
}