blob: 8ca490e07914a1b078ed6f28adefebb1617fcc50 (
plain)
1
2
3
4
5
6
7
8
9
10
|
pkgname=smart-office
pkgver=0.1.1
pkgrel=1
pkgdesc="A desktop client for smart-office.uz"
arch=('x86_64' 'aarch64')
url="https://github.com/khaitbek/smart-office-desktop-app"
license=('mit')
options=('!strip' '!emptydirs')
source_x86_64=("https://github.com/khaitbek/smart-office-desktop-app/releases/download/app-v$pkgver/"$pkgname"_"$pkgver"_amd64.deb")
source_aarch64=("https://github.com/khaitbek/smart-office-desktop-app/releases/download/app-v$pkgver/"$pkgname"_"$pkgver"_arm64.deb")
|