summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 360c53d2e03d64902b13a6efb3c7410a6bd47ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Taufik Hidayat <tfkhdyt@proton.me>
pkgname=auto-epp-go
pkgver=0.1.1
pkgrel=1
epoch=
pkgdesc="Program that automatically manages the EPP of your AMD CPU using the AMD-Pstate driver"
arch=("x86_64")
url="https://github.com/tfkhdyt/auto-epp-go"
license=('GPL3')
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=("auto-epp")
replaces=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/tfkhdyt/$pkgname/releases/download/v$pkgver-$pkgrel/auto-epp-go-v$pkgver-$pkgrel-linux-amd64.tar.gz")
md5sums=("SKIP")

package() {
	install -Dm755 ./auto-epp-go "$pkgdir/usr/bin/auto-epp-go"
	install -Dm644 ./auto-epp-go.service -t "$pkgdir/usr/lib/systemd/system"
}