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