17 lines
474 B
Bash
17 lines
474 B
Bash
# Template file for 'so'
|
|
pkgname=so
|
|
version=0.4.3
|
|
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=4e82cb8f6d31435eec03a74d0ea4297eb28ce3ee75d4612ca5b2233c27e19c2d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|