From 554aadd6d555a150941c2ae0f79e6c007f71c175 Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Rozi Date: Thu, 4 Aug 2022 09:08:39 +0700 Subject: [PATCH] New package: go-astisub-0.21.0 --- srcpkgs/go-astisub/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/go-astisub/template diff --git a/srcpkgs/go-astisub/template b/srcpkgs/go-astisub/template new file mode 100644 index 00000000000000..de898b0e3c7145 --- /dev/null +++ b/srcpkgs/go-astisub/template @@ -0,0 +1,17 @@ +# Template file for 'go-astisub' +pkgname=go-astisub +version=0.21.0 +revision=1 +build_style=go +go_import_path="github.com/asticode/go-astisub" +go_package="${go_import_path}/astisub" +short_desc="Manipulate subtitles in GO" +maintainer="Hervy Qurrotul Ainur Rozi " +license="MIT" +homepage="https://github.com/asticode/go-astisub" +distfiles="https://github.com/asticode/go-astisub/archive/refs/tags/v$version.tar.gz" +checksum=d47c52ceb25d886e5b1e2f2406c52849fb49ade7577de4d397710e23eb79d587 + +post_install() { + vlicense LICENSE +}