# Maintainer: Alexander "Arav" Andreev pkgname=kwh-cost pkgver=1.1.0 pkgrel=1 pkgdesc="Calculates cost of electricity." arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://git.arav.top/Arav/kwh-cost" license=('MIT') makedepends=('git' 'gcc') provides=('kwh-cost') conflicts=('kwh-cost') options=('strip') source=('https://git.arav.top/Arav/kwh-cost/archive/1.1.0.tar.gz') md5sums=('SKIP') build() { cd "$srcdir/$pkgname" make DESTDIR="$pkgdir/" } package() { cd "$srcdir/$pkgname" make DESTDIR="$pkgdir/" install }