# Maintainer: Jan-Philipp Fischer _name=focus pkgname=$_name-timer-bin pkgver=1.4.1 # renovate: datasource=github-tags depName=ayoisaiah/focus pkgrel=1 pkgdesc="Focus is a cross-platform productivity timer for the command line written in Go." arch=('x86_64') url="https://github.com/ayoisaiah/$_name" license=('MIT') provides=($_name) conflicts=($_name) options=('!strip') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ayoisaiah/${_name}/releases/download/v${pkgver}/${_name}_${pkgver}_linux_amd64.tar.gz") b2sums=('56ca18415d2632fa6e32645e41aa8fe66a9fa721d887c1e9ef3c5671ad48333f996fff3f7410da80906470fe62b47746746712a493b07fb581fda557fab047b7') package() { install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENCE" install -Dm755 "${_name}" "${pkgdir}/usr/bin/${_name}" }