You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
569 B
24 lines
569 B
# Maintainer: Alexander "Arav" Andreev <me@arav.top> |
|
pkgname=kwh-cost-git |
|
pkgver=1.0.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=('kwh-cost-git::git+https://git.arav.top/Arav/kwh-cost.git') |
|
md5sums=('SKIP') |
|
|
|
build() { |
|
cd "$srcdir/$pkgname" |
|
make DESTDIR="$pkgdir/" |
|
} |
|
|
|
package() { |
|
cd "$srcdir/$pkgname" |
|
make DESTDIR="$pkgdir/" install |
|
} |