New package: so-0.4.1

This commit is contained in:
Benjamín Albiñana 2020-07-12 12:34:21 +02:00 committed by Piraty
parent 50274397f4
commit 5cd0258b0f

17
srcpkgs/so/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'so'
pkgname=so
version=0.4.1
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=36da89d40f485c1405ee267935a245e8db3ef7e3cfc69f20c787c63c5a3c84be
post_install() {
vlicense LICENSE
}