summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxAsh2024-09-18 11:17:43 +0200
committerxAsh2024-09-18 11:17:43 +0200
commit25558a5e748863a4ed02400814cf1b180e2e4040 (patch)
tree3d4069aca27ae5bfa1fe5d228815a5f2b6e001c3 /PKGBUILD
parentc5f2ac96ed496c1c9ffd7feea5555593766a389d (diff)
downloadaur-rusty-psn-gui-git.tar.gz
forgot the license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9906af55238..2bf1fd5332c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=rusty-psn-gui-git
_pkgname=rusty-psn
pkgver=0.5.0.r1.ga227494
-pkgrel=1
+pkgrel=2
provides=('rusty-psn-gui')
conflicts=('rusty-psn-bin')
replaces=('rusty-psn-bin')
pkgdesc='A tool for downloading PS3 and PS4 game updates (GUI-only version)'
url='https://github.com/RainbowCookie32/rusty-psn'
+license=('MIT')
arch=('x86_64')
makedepends=('cargo' 'rust' 'pkgconf' 'git')
depends=('openssl' 'libxcb' 'libxkbcommon')
@@ -34,4 +35,5 @@ package() {
install -Dm755 "${CARGO_TARGET_DIR:-target}/release/rusty-psn" "$pkgdir/usr/bin/rusty-psn-gui"
install -Dm644 "$srcdir/playstation-store-icon.png" "$pkgdir/usr/share/pixmaps/playstation-store.png"
install -Dm644 "$srcdir/rusty-psn-gui.desktop" "$pkgdir/usr/share/applications/rusty-psn-gui.desktop"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}