Files

28 lines
826 B
Bash
Raw Permalink Normal View History

2025-11-18 09:18:04 +00:00
# Maintainer: DecDuck <declanahofmeyr@gmail.com>
# Maintainer: quexeky <git@quexeky.dev>
## How to update
# Update source and sha256sum
2025-11-18 12:48:44 +00:00
pkgname=drop-oss-app-bin
2025-11-18 09:18:04 +00:00
pkgver=0.3.4
pkgrel=1
pkgdesc="The client application for the open-source, self-hosted game distribution platform Drop"
arch=(any)
conflicts=('drop-oss-app')
url="https://droposs.org/"
license=('LicenseRef-GPL-3.0')
2025-11-18 09:22:06 +00:00
depends=('glib2' 'glibc' 'gcc-libs' 'openssl' 'webkit2gtk-4.1' 'umu-launcher' 'libappindicator' 'libayatana-appindicator')
2025-11-18 09:18:04 +00:00
makedepends=('unzip')
makedepends=()
source=('https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_amd64.deb')
2025-11-18 12:42:53 +00:00
sha256sums=('1061f874e491028d8565bf7dbf8b3fdd0425b5123aa3947749c0f61829799a1e')
2025-11-18 09:18:04 +00:00
prepare() {
tar -zxvf data.tar.gz
}
package() {
cp -r "$srcdir/usr" "$pkgdir"
}