From 68f03c3918dd1bbb8357fa5d99214c00885067c4 Mon Sep 17 00:00:00 2001 From: Tassilo Schweyer Date: Wed, 27 Feb 2019 17:47:36 +0100 Subject: [PATCH] New package: aptly-1.3.0 --- srcpkgs/aptly/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/aptly/template diff --git a/srcpkgs/aptly/template b/srcpkgs/aptly/template new file mode 100644 index 00000000000..7113619a063 --- /dev/null +++ b/srcpkgs/aptly/template @@ -0,0 +1,16 @@ +# Template file for 'aptly' +pkgname=aptly +version=1.3.0 +revision=1 +build_style=go +go_import_path=github.com/aptly-dev/aptly +short_desc="Debian repository management tool" +maintainer="Tassilo Schweyer " +license="MIT" +homepage="https://www.aptly.info/" +distfiles="https://github.com/aptly-dev/aptly/archive/v$version.tar.gz" +checksum=4d993dd790345e54dd963467a475ae160a7133bae7ee42844f15d5e82c1fb36e + +post_install() { + vlicense LICENSE +}