2014-02-05 01:15:48 +01:00
|
|
|
# Template file for 'powerdown-git'
|
|
|
|
pkgname=powerdown-git
|
2014-04-18 17:15:29 +02:00
|
|
|
version=20140418
|
2014-02-05 01:15:48 +01:00
|
|
|
revision=1
|
2014-02-22 23:48:23 +01:00
|
|
|
build_style="gnu-makefile"
|
2014-02-09 20:23:30 +01:00
|
|
|
depends="bc hdparm x86_energy_perf_policy"
|
2014-02-22 23:48:23 +01:00
|
|
|
maintainer="Steven R <dev@styez.com>"
|
2014-02-05 01:15:48 +01:00
|
|
|
homepage="http://github.com/taylorchu/powerdown"
|
|
|
|
license="GPL-2"
|
|
|
|
short_desc="A simple linux powersaving script"
|
|
|
|
|
2014-02-22 23:48:23 +01:00
|
|
|
noarch="yes"
|
|
|
|
|
2014-02-05 01:15:48 +01:00
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/taylorchu/powerdown.git"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|