New package: aggregate-1.6

This commit is contained in:
Renato Aguiar 2020-03-31 15:35:26 -07:00 committed by Johannes
parent 81af811881
commit c59c0ef702

View file

@ -0,0 +1,21 @@
# Template file for 'aggregate'
pkgname=aggregate
version=1.6
revision=1
build_style=gnu-configure
short_desc="Optimize a list of route prefixes"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="ISC"
homepage="https://ftp.isc.org/isc/aggregate/"
distfiles="https://ftp.isc.org/isc/aggregate/aggregate-${version}.tar.gz"
checksum=166503005cd8722c730e530cc90652ddfa198a25624914c65dffc3eb87ba5482
do_install() {
vbin aggregate
vman aggregate.1
vbin aggregate-ios
vman aggregate-ios.1
vlicense LICENSE
}