vp-build/srcpkgs/so/template

18 lines
473 B
Bash

# Template file for 'so'
pkgname=so
version=0.4.6
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-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=47a3cf5cef9d87dea223ef1c8fae3cf8c2ae0673d9eb4c8d73d733ce8ff45619
post_install() {
vlicense LICENSE
}