New package: powerdown-git.
This commit is contained in:
parent
26795a0f6a
commit
f51ab6ad46
1 changed files with 16 additions and 0 deletions
16
srcpkgs/powerdown-git/template
Normal file
16
srcpkgs/powerdown-git/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'powerdown-git'
|
||||
pkgname=powerdown-git
|
||||
version=20140204
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
depends="bc hdparm iw bash x86_energy_perf_policy"
|
||||
maintainer="Steven R <strob AT styez DOT 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}
|
||||
}
|
Loading…
Add table
Reference in a new issue