18 lines
617 B
Bash
18 lines
617 B
Bash
# Template file for 'translate-shell'
|
|
pkgname=translate-shell
|
|
version=0.9.7
|
|
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=fe328bff9670a925f6dd6f80629ed92b078edd9a4c3f8414fbb3d921365c59a7
|
|
|
|
build_options="zsh"
|
|
desc_option_zsh="Use zsh compatible wrapper"
|