ttyload-git: remove
This commit is contained in:
parent
09a1731129
commit
b7329e59ed
|
@ -0,0 +1 @@
|
|||
ttyload-git is no longer provided by Void Linux, and will be fully removed from the repos on 17/12/2018
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue