summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9a7eb9cc353210ac9414293fa0b8237cb4311153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: CyrIng <labs[at]cyring[dot]fr>
# Contributor: CyrIng <labs[at]cyring[dot]fr>
pkgname=coremod-git
pkgver=1.1.6
pkgrel=1
pkgdesc="System information of the Intel Core Processor, BIOS, and RAM"
arch=('x86_64')
url="http://github.com/cyring/CoreMod"
license=('GPL2')
makedepends=('git')
source=("git+https://github.com/cyring/CoreMod.git")
md5sums=('SKIP')

_gitname=CoreMod

build() {
	cd ${srcdir}/${_gitname}
	make
}

package() {
	cd ${srcdir}/${_gitname}
	install -Dm755 bin/coremod "${pkgdir}/usr/bin/coremod"
}