mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: babelfish-1.1.0
This commit is contained in:
parent
60325ec104
commit
87cbcce1b1
1 changed files with 17 additions and 0 deletions
17
srcpkgs/babelfish/template
Normal file
17
srcpkgs/babelfish/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue