# Maintainer: Stéphane Meyer # Contributor: Stéphane Meyer pkgname=bigtime pkgver=20200801_1.2.4 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/"$pkgname-${pkgver/_/-}".tar.gz") noextract=() sha256sums=(7ac9ed8aef45fcd0be6971d78886d173757c40c2d3c91f65f5279cfba3d04b6e) package() { cd "$pkgname-${pkgver/_/-}" make DESTDIR="$pkgdir/" PREFIX=/usr install }