17 lines
483 B
Bash
17 lines
483 B
Bash
# Template file for 'aquatone'
|
|
pkgname=aquatone
|
|
version=1.7.0
|
|
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=7849dce3241df663ea6edd9a9433d5ecc20fb768d0192ccbfb28d61d67ebcc97
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|