🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: powertop
pkgver: '2.16.1'
pkgrel: 1
pkgdesc: an intel provided tool that enhances powersaving
url: 'https://bellard.org/tcc/tcc-doc.html#Invoke'
arch: x86_64
depends: []
makedepends:
- libnl
- ncurses
- pciutils
- gettext
- libtool
- autoconf
- automake
- autoconf-archive
- patch
source:
- 'https://github.com/fenrus75/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: "cd ${pkgname}-${pkgver}\n\n ./autogen.sh\n./configure --prefix=/usr \\\n --sbindir=/usr/bin \\\
\n\t--disable-static\nmake\nmake DESTDIR=${PKGDIR} install\n"
package: |
true