17 lines
522 B
Bash
17 lines
522 B
Bash
# Template file for 'intel-undervolt'
|
|
pkgname=intel-undervolt
|
|
version=1.6
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
conf_files="/etc/intel-undervolt.conf"
|
|
short_desc="Intel CPU undervolting tool"
|
|
maintainer="Renato Aguiar <renato@renag.me>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/kitsunyan/intel-undervolt"
|
|
distfiles="https://github.com/kitsunyan/intel-undervolt/archive/${version}.tar.gz"
|
|
checksum=8ec57c14a9f95eb29e3f6349b935c577fa1b8567e1c3c5337f9d11d05448815d
|
|
|
|
post_install() {
|
|
rm "${DESTDIR}"/*.service
|
|
}
|