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 +}