16 lines
452 B
Bash
16 lines
452 B
Bash
# Template file for 'aptly'
|
|
pkgname=aptly
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/aptly-dev/aptly
|
|
short_desc="Debian repository management tool"
|
|
maintainer="Tassilo Schweyer <dev@welterde.de>"
|
|
license="MIT"
|
|
homepage="https://www.aptly.info/"
|
|
distfiles="https://github.com/aptly-dev/aptly/archive/v$version.tar.gz"
|
|
checksum=4172d54613139f6c34d5a17396adc9675d7ed002e517db8381731d105351fbe5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|