# Maintainer: Stéphane Meyer # Contributor: Stéphane Meyer pkgname=bigtime pkgver=20200910_2.0.1 pkgrel=1 pkgdesc="Customizable clock for the terminal" arch=('any') url="https://github.com/teegre/bigtime" license=('MIT') groups=() depends=('alsa-utils' 'bash' 'coreutils' 'libnotify' 'ncurses') makedepends=() checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("$url/archive/"${pkgver/_/-}".tar.gz") noextract=() sha256sums=(7d57e956d0989c1c21767e7c0ac3aca75a94ae65f67bcc9ae679df72455e1b92) package() { cd "$pkgname-${pkgver/_/-}" make DESTDIR="$pkgdir/" PREFIX=/usr install }