aports/testing/whatsie/APKBUILD
Fabricio Silva b161d7299f testing/whatsie: new aport
https://github.com/keshavbhatt/whatsie/
Feature rich WhatsApp Client for Desktop Linux
2025-01-12 11:55:47 +00:00

35 lines
1,017 B
Text

# Contributor: Fabricio Silva <hi@fabricio.dev>
# Maintainer: Fabricio Silva <hi@fabricio.dev>
pkgname=whatsie
pkgver=4.16.3
pkgrel=0
pkgdesc="Feature rich WhatsApp Client for Desktop Linux"
url="https://github.com/keshavbhatt/whatsie"
# ppc64le, s390x, riscv64 and loongarch64 blocked by qt5-qtwebengine
arch="all !armhf !ppc64le !s390x !riscv64 !loongarch64"
license="MIT"
makedepends="
qt5-qtbase-dev
qt5-qtwebengine-dev
qt5-qtlocation-dev
"
subpackages="$pkgname-doc"
source="
$pkgname-$pkgver.tar.gz::https://github.com/keshavbhatt/whatsie/archive/v$pkgver.tar.gz
org-rename.patch
"
options="!check" # no test
build() {
qmake src
make
}
package() {
make INSTALL_ROOT="$pkgdir" install
}
sha512sums="
db14995718b639e1e3aba7b965958bb17cf5244eb1a81ea628b6c10a5cf751b38731a8861fcaf3a50bb5ca64e50e4e58869e5a91279ec2d2bff88debe1e64fa1 whatsie-4.16.3.tar.gz
a33761a7d7c44f7bb299690791177f1c85d2eddade3fbb7f5f6ad826bcc98b94188507442166d4748f954eba73d657d394c470989519cbd4024566d9c234ffe7 org-rename.patch
"