# Maintainer: vscncls pkgname=quich pkgver=3.0.0 pkgrel=1 pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." url="https://github.com/Usbac/quich" arch=('x86_64') license=('MIT') depends=() makedepends=() provides=("$pkgname") conflicts=() source=("${url}/archive/v${pkgver}.tar.gz") md5sums=('1528086998d28739ed3e573d08c23d3c') build() { cd $pkgname-$pkgver NAME=$pkgname make quich } package() { install -Dm755 $pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE }