void-packages/srcpkgs/so/template
2020-07-17 01:26:39 -04:00

17 lines
474 B
Bash

# Template file for 'so'
pkgname=so
version=0.4.2
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"
checksum=402d3a07283375d92892802544481a417f9d017b5e80733183ccbce3a810ef84
post_install() {
vlicense LICENSE
}