Package Details: temp-throttle-git ee24c7e-1

Package Base: temp-throttle-git
Description: A shell script for throttling system CPU frequency based on a desired maximum temperature.
Upstream URL: https://github.com/Sepero/temp-throttle
Category: daemons
Licenses: GPL2
Submitter: rman
Maintainer: rman
Last Packager: None
Votes: 2
First Submitted: 2013-06-14 01:30
Last Updated: 2013-06-14 01:30

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by sbmomeni

2014-04-20 05:45

The git repository has no tag. This allows version not to be always increasing. This can be fixed by changing pkgver as follows:
pkgver() {
cd "${srcdir}/${_gitname}"
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}