From 87cbcce1b19f637501e772de8a6b551a1bc5d296 Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Rozi Date: Mon, 22 May 2023 06:40:39 +0700 Subject: [PATCH] New package: babelfish-1.1.0 --- srcpkgs/babelfish/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/babelfish/template diff --git a/srcpkgs/babelfish/template b/srcpkgs/babelfish/template new file mode 100644 index 00000000000..d14a9f042cd --- /dev/null +++ b/srcpkgs/babelfish/template @@ -0,0 +1,17 @@ +# Template file for 'babelfish' +pkgname=babelfish +version=1.1.0 +revision=1 +build_style=go +go_import_path="bou.ke/babelfish" +short_desc="Translate bash scripts to fish" +maintainer="Hervy Qurrotul Ainur Rozi " +license="MIT" +homepage="https://github.com/bouk/babelfish/" +distfiles="https://github.com/bouk/babelfish/archive/refs/tags/v$version.tar.gz" +checksum=7896c3e998e82ed15300f0951052af1e3a5a4c54fa9a07f1e2f743854b7ad239 + +post_install() { + vcompletion babel.fish fish + vlicense LICENSE +}