18 lines
485 B
Text
18 lines
485 B
Text
# Template file for 'powerdown-git'
|
|
pkgname=powerdown-git
|
|
version=20140418
|
|
revision=1
|
|
build_style="gnu-makefile"
|
|
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"
|
|
|
|
noarch="yes"
|
|
|
|
do_fetch() {
|
|
local url="git://github.com/taylorchu/powerdown.git"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone ${url} ${pkgname}-${version}
|
|
}
|