ls++-git: remove

This commit is contained in:
maxice8 2018-11-17 01:42:06 -02:00 committed by maxice8
parent 91b8dd30f9
commit 1b0667be2a
2 changed files with 6 additions and 22 deletions

View File

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

View File

@ -1,26 +1,9 @@
# Template file for 'ls++-git'
pkgname=ls++-git
version=20140919
revision=2
noarch="yes"
build_style=perl-module
hostmakedepends="perl git"
makedepends="perl-Term-ExtendedColor"
depends="perl-Term-ExtendedColor"
conf_files="/etc/ls++.conf"
short_desc="Colorized ls on steroids"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="GPL-2"
revision=3
noarch=yes
build_style=meta
short_desc="Colorized ls on steroids (removed package)"
license="metapackage"
homepage="https://github.com/trapd00r/ls--"
provides="ls++-${version}_${revision}"
replaces="ls++>=0"
do_fetch() {
local url="git://github.com/trapd00r/ls--"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
vinstall ${wrksrc}/ls++.conf 644 etc
}