17 lines
627 B
Bash
17 lines
627 B
Bash
# Template file for 'translate-shell'
|
|
pkgname=translate-shell
|
|
version=0.9.6.6
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
build_options="zsh"
|
|
desc_option_zsh="Use zsh compatible wrapper"
|
|
make_build_args="$(vopt_if zsh TARGET=zsh)"
|
|
checkdepends="gawk curl rlwrap emacs"
|
|
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=ff7809d464b30f97260e65cc94e76fe826646d18cb5be133243eebf06c9a3295
|