ttyload-git: remove

This commit is contained in:
maxice8 2018-11-17 00:38:16 -02:00 committed by Enno Boland
parent 09a1731129
commit b7329e59ed
2 changed files with 6 additions and 25 deletions

View File

@ -0,0 +1 @@
ttyload-git is no longer provided by Void Linux, and will be fully removed from the repos on 17/12/2018

View File

@ -1,29 +1,9 @@
# Template file for 'ttyload-git'
pkgname=ttyload-git
version=20141117
revision=3
hostmakedepends="git"
short_desc="An ASCII colour-coded graph of load averages over time"
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
license="ISC"
revision=4
noarch=yes
build_style=meta
short_desc="An ASCII colour-coded graph of load averages over time (removed package)"
license="metapackage"
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}
}
pre_build() {
echo "echo '$LDFLAGS'" > ./ldflags
}
do_build() {
make CC=$CC OTHER_FLAGS="$CFLAGS"
}
do_install() {
vbin ttyload
}