# Maintainer: l42 pkgname=stretchly-bin _pkgname=Stretchly pkgver=1.10.0 pkgrel=1 _rlsver=v1.10.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=('ff8966f24e6e1cb820e8a5d1cb3fe6e93ca1b447a6f516d6fe784db6b3839698') sha256sums_aarch64=('6125c4dee9912d1e42b13cd91003e3907010847b2f727970f056406d34971b69') package() { # copy binaries to fakeroot cp -r opt usr ${pkgdir} install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }