New package: s-0.5.13

This commit is contained in:
cr6git 2018-10-14 05:29:13 +02:00 committed by GitHub
parent a6bed82bda
commit e0ccde8206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
srcpkgs/s/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 's'
pkgname=s
version=0.5.13
revision=1
build_style=go
go_import_path="github.com/zquestz/s"
hostmakedepends="git"
short_desc="Web search from the terminal"
maintainer="cr6git <quark6@protonmail.com>"
license="MIT"
homepage="https://github.com/zquestz/s"
distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
checksum=aac903c372324b1e57b0c61ba28d2c631ed81cb0e04f085661f2b6c0763ec818
post_install() {
vlicense LICENSE
}