New package: so-0.4.1
This commit is contained in:
parent
50274397f4
commit
5cd0258b0f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/so/template
Normal file
17
srcpkgs/so/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue