summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 363af785ee98dd43c799d691a4c2d665243274b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Yiyao Yu <yuydevel at protonmail com>

_pkgname=dptfxtract
pkgname="${_pkgname}-bin"
pkgver=1.4
pkgrel=1
pkgdesc="Intel's Linux DPTF Extract Utility for generating thermald's thermal_conf.xml"
arch=('x86_64')
url="https://github.com/intel/dptfxtract"
license=('custom:Binary License')
provides=('dptfxtract')
conflicts=('dptfxtract')
depends=('thermald')
source=("https://github.com/intel/dptfxtract/archive/v${pkgver}.tar.gz")
sha256sums=('74bf633dc0eeceeef7ef3c0b15e0bf1e8c5ec0ca44ce82549a8560c76dde2901')

package() {
  cd "${srcdir}/${_pkgname}-${pkgver}"
  install -Dm 755 'dptfxtract' "${pkgdir}/usr/bin/dptfxtract"
  install -Dm 644 'COPYING' "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}