void-packages/srcpkgs/babelfish/template

18 lines
509 B
Bash
Raw Normal View History

2023-05-22 01:40:39 +02:00
# Template file for 'babelfish'
pkgname=babelfish
version=1.1.0
2023-08-14 17:33:35 +02:00
revision=2
2023-05-22 01:40:39 +02:00
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
}