void-packages/srcpkgs/babelfish/template

18 lines
509 B
Bash

# Template file for 'babelfish'
pkgname=babelfish
version=1.1.0
revision=2
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
}