void-packages/srcpkgs/ok.sh/template

23 lines
540 B
Bash

# Template file for 'ok.sh'
pkgname=ok.sh
version=0.5.0
revision=1
depends="curl jq"
checkdepends="socat ${depends}"
short_desc="GitHub API client library written in POSIX sh"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/whiteinge/ok.sh"
distfiles="https://github.com/whiteinge/ok.sh/archive/${version}.tar.gz"
checksum=c8acdfb417a7516f4ec716358689845d1b6ba903cc4a1ae7a3a653c3d64e64fa
do_check() {
PATH="${PATH}":"${PWD}" make test
}
do_install() {
vbin ok.sh
vlicense LICENSE
}