# Maintainer: Stéphane Meyer # Contributor: Stéphane Meyer pkgname=bigtime pkgver=20200909_2.0 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=(9e3b43000bf0fcb9e1709fa7d5fc030da03e0363506c146b4fa8cc4d471af6e8) package() { cd "$pkgname-${pkgver/_/-}" make DESTDIR="$pkgdir/" PREFIX=/usr install }