powerdown-git: unmaintained and assumes systemd, removed.

This commit is contained in:
Juan RP 2015-02-23 11:23:44 +01:00
parent 6a4c5951d5
commit 1e6c9ef4b7
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Template file for 'powerdown-git'
pkgname=powerdown-git
version=20140418
revision=1
noarch="yes"
build_style="gnu-makefile"
hostmakedepends="git"
depends="bc hdparm x86_energy_perf_policy"
maintainer="Steven R <dev@styez.com>"
homepage="http://github.com/taylorchu/powerdown"
license="GPL-2"
short_desc="A simple linux powersaving script"
do_fetch() {
local url="git://github.com/taylorchu/powerdown.git"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}