mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: ttyload-git
This commit is contained in:
parent
7cfc11b1f5
commit
617643a10b
1 changed files with 22 additions and 0 deletions
22
srcpkgs/ttyload-git/template
Normal file
22
srcpkgs/ttyload-git/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'ttyload-git'
|
||||||
|
pkgname=ttyload-git
|
||||||
|
version=20141117
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="git"
|
||||||
|
short_desc="An ASCII colour-coded graph of load averages over time"
|
||||||
|
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="http://www.daveltd.com/src/util/ttyload/"
|
||||||
|
provides="ttyload-${version}_${revision}"
|
||||||
|
replaces="ttyload>=0"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
local url="git://github.com/lindes/ttyload.git"
|
||||||
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin ttyload
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue