17 lines
483 B
Bash
17 lines
483 B
Bash
# 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
|
|
}
|