18 lines
473 B
Bash
18 lines
473 B
Bash
# Template file for 'so'
|
|
pkgname=so
|
|
version=0.4.5
|
|
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=e036d2690c1b35bdc092527f6f0d2ff46616350c3eb360badf58fb93ea730b45
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|