New package: babelfish-1.1.0

This commit is contained in:
Hervy Qurrotul Ainur Rozi 2023-05-22 06:40:39 +07:00 committed by Duncan Overbruck
parent 60325ec104
commit 87cbcce1b1

View file

@ -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 <hervyqa@proton.me>"
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
}