mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
dfd497609f
commit
d215ac0738
1 changed files with 15 additions and 0 deletions
15
srcpkgs/translate-shell/template
Normal file
15
srcpkgs/translate-shell/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'translate-shell'
|
||||||
|
pkgname=translate-shell
|
||||||
|
version=0.9.6.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
build_options="zsh"
|
||||||
|
desc_option_zsh="Use zsh compatible wrapper"
|
||||||
|
make_build_args="$(vopt_if zsh TARGET=zsh)"
|
||||||
|
depends="gawk $(vopt_if zsh zsh bash)"
|
||||||
|
short_desc="Command-line online translator"
|
||||||
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
|
license="The Unlicense"
|
||||||
|
homepage="https://www.soimort.org/translate-shell"
|
||||||
|
distfiles="https://github.com/soimort/translate-shell/archive/v${version}.tar.gz"
|
||||||
|
checksum=6d9ae244e6dbf42466dec00dd0b955659ba275d7e780bbd101c27c9325d413ef
|
Loading…
Add table
Reference in a new issue