From 0448b9a720854ba7d003f6500d7752ac559d2abe Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Tue, 18 Nov 2025 09:18:04 +0000 Subject: [PATCH] Add drop-app/PKGBUILD --- drop-app/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 drop-app/PKGBUILD diff --git a/drop-app/PKGBUILD b/drop-app/PKGBUILD new file mode 100644 index 0000000..d955989 --- /dev/null +++ b/drop-app/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: DecDuck +# Maintainer: quexeky + +## 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') +depends=('glib2' 'glibc' 'gcc-libs' 'openssl' 'webkit2gtk-4.1' 'umu-launcher', 'libappindicator', 'libayatana-appindicator') +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" +}