mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: pfetch-0.3
This commit is contained in:
parent
4c1c139d9c
commit
9db8621d61
1 changed files with 16 additions and 0 deletions
16
srcpkgs/pfetch/template
Normal file
16
srcpkgs/pfetch/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'pfetch'
|
||||
pkgname=pfetch
|
||||
version=0.3
|
||||
revision=1
|
||||
archs="noarch"
|
||||
short_desc="System information tool written in POSIX sh"
|
||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/dylanaraps/pfetch"
|
||||
distfiles="https://github.com/dylanaraps/pfetch/archive/${version}.tar.gz"
|
||||
checksum=e65694db6e49c9850d15bf9948a4d19ce9a1807966bd2e4cea7b0df202c2d14d
|
||||
|
||||
do_install() {
|
||||
vbin pfetch
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Add table
Reference in a new issue