mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: slit-1.0.9
This commit is contained in:
parent
31a8e06ad1
commit
6aa285f966
1 changed files with 18 additions and 0 deletions
18
srcpkgs/slit/template
Normal file
18
srcpkgs/slit/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'slit'
|
||||||
|
pkgname=slit
|
||||||
|
version=1.0.9
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/tigrawap/slit"
|
||||||
|
short_desc="A modern PAGER for viewing logs"
|
||||||
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
license="MIT"
|
||||||
|
hostmakedepends="git"
|
||||||
|
homepage="https://github.com/tigrawap/slit"
|
||||||
|
distfiles="https://github.com/tigrawap/slit/archive/${version}.tar.gz"
|
||||||
|
checksum=670fdcad8e61e3f3f0c32ca0a8d7f3e34c4e2f4702a2b568efa853e0bccc863c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue