summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b977bbb3305b433be64551ce62ce875e70cc7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Arne BrĂ¼cher <archlinux [at] arne-bruecher [dot] de>

pkgname=protonup-rs-bin
pkgver=0.8.0
pkgrel=2
pkgdesc="Install and Update Proton-GE, rewritten in Rust"
url="https://github.com/auyer/Protonup-rs"
license=("Apache")
arch=('any')
provides=('protonup-rs')
conflicts=('protonup-rs')
source=(https://github.com/auyer/Protonup-rs/releases/download/v$pkgver/protonup-rs-linux-amd64.tar.gz)

sha256sums=('afaa272a1f0671646999f6e1a90b8f287e8f966a4d6a962af0e11b156f951386')

package() {
	install -D protonup-rs	"$pkgdir"/usr/bin/protonup-rs
}