# Maintainer (Arch): Eric Bélanger # Contributor (Hyperbola): Márcio Silva # Maintainer: Omar Vega Ramos pkgname=hardinfo pkgver=0.5.1.816.g877ea2b _commit=877ea2bc7777626c6fe77b6934a09261f1f1409e pkgrel=1 pkgrel+=.par1 pkgdesc="A system information and benchmark tool." pkgdesc+="(Parabola rebranded)" arch=('x86_64') arch+=('i686' 'armv7h') url="https://github.com/lpereira/hardinfo" license=('GPL2') depends=('gtk2') makedepends=('cmake' 'git') depends+=('icu>=63' 'icu<64') source=($pkgname::git+https://github.com/lpereira/hardinfo#commit=$_commit) sha1sums=('SKIP') pkgver() { cd $pkgname git describe --long | sed "s/^release-//;s/^0.5-/0.5.1-/;s/-/./g" } prepare() { cd ${pkgname} mkdir build } build() { cd ${pkgname}/build cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ .. make } package() { cd ${pkgname}/build make DESTDIR="${pkgdir}" install }