18 lines
619 B
Bash
18 lines
619 B
Bash
# Template file for 'translate-shell'
|
|
pkgname=translate-shell
|
|
version=0.9.7.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="$(vopt_if zsh TARGET=zsh)"
|
|
depends="gawk $(vopt_if zsh zsh bash)"
|
|
checkdepends="curl rlwrap emacs"
|
|
short_desc="Command-line online translator"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="Unlicense"
|
|
homepage="https://www.soimort.org/translate-shell"
|
|
distfiles="https://github.com/soimort/translate-shell/archive/v${version}.tar.gz"
|
|
checksum=f949f379779b9e746bccb20fcd180d041fb90da95816615575b49886032bcefa
|
|
|
|
build_options="zsh"
|
|
desc_option_zsh="Use zsh compatible wrapper"
|