Files
Arch-Packages/drop-app/PKGBUILD

28 lines
833 B
Bash
Raw 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
pkgname=drop-oss-app-bin-custom
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')
sha256sums=('c3da6761db3c9bc0c04b3083377069f9417509cad6db81b6ef838b55d9f32242')
prepare() {
tar -zxvf data.tar.gz
}
package() {
cp -r "$srcdir/usr" "$pkgdir"
}