# Maintainer: l42 pkgname=stretchly-bin _pkgname=Stretchly pkgver=1.7.0 pkgrel=1 _rlsver=v1.7.0 pkgdesc="The break time reminder app" arch=('x86_64' 'aarch64') url="https://github.com/hovancik/stretchly/" license=('BSD') provides=('stretchly') conflicts=('stretchly') depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3') install=${_pkgname}.install source=("LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/$_rlsver/LICENSE") source_x86_64=("https://github.com/hovancik/stretchly/releases/download/$_rlsver/$_pkgname-$pkgver.pacman") source_aarch64=("https://github.com/hovancik/stretchly/releases/download/$_rlsver/$_pkgname-$pkgver-aarch64.pacman") sha256sums=('d4262f71a6c02b19bdbdf760033803c0c7ca24acf2591ba425633f7e3315790a') sha256sums_x86_64=('e6c1d803fa93210997d9453a3096b291c0cfd86c796d07dbdfd0a079cfb8511c') sha256sums_aarch64=('055023aa188b7be86b537ba819cba61443e4081827237f8a4b65989aebf9e3d3') package() { # copy binaries to fakeroot cp -r opt usr ${pkgdir} install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }