diff --git a/srcpkgs/so/template b/srcpkgs/so/template new file mode 100644 index 0000000000..06ccba825b --- /dev/null +++ b/srcpkgs/so/template @@ -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 " +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 +}