void-packages/srcpkgs/so/template

18 lines
474 B
Bash
Raw Normal View History

2020-07-12 10:34:21 +00:00
# Template file for 'so'
pkgname=so
2020-07-17 04:22:32 +00:00
version=0.4.2
2020-07-12 10:34:21 +00:00
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="Terminal interface for Stack Overflow"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://github.com/samtay/so"
distfiles="https://github.com/samtay/so/archive/v${version}.tar.gz"
2020-07-17 04:22:32 +00:00
checksum=402d3a07283375d92892802544481a417f9d017b5e80733183ccbce3a810ef84
2020-07-12 10:34:21 +00:00
post_install() {
vlicense LICENSE
}