diff options
author | xAsh | 2024-09-18 11:17:43 +0200 |
---|---|---|
committer | xAsh | 2024-09-18 11:17:43 +0200 |
commit | 25558a5e748863a4ed02400814cf1b180e2e4040 (patch) | |
tree | 3d4069aca27ae5bfa1fe5d228815a5f2b6e001c3 /PKGBUILD | |
parent | c5f2ac96ed496c1c9ffd7feea5555593766a389d (diff) | |
download | aur-rusty-psn-gui-git.tar.gz |
forgot the license
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" } |