summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9d3491cf7dfe5680be9e62313e6ddc93e30d2183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: That One Seong <ThatOneSeong@protonmail.com>

pkgname=shortix-desktop
_name=shortix
pkgver=0.6.1
pkgrel=2
pkgdesc='Script that creates human-readable symlinks for Steam Proton game prefixes, adapted for traditional desktops.'
arch=('any')
url='https://github.com/Jannomag/shortix'
license=('GPL3')
depends=('sed' 'protontricks')
optdepends=('steam: create and run proton prefixes')
install=$pkgname.install
source=("https://github.com/SeongGino/shortix/archive/refs/tags/v$pkgver.zip")
sha256sums=('0c0ac91a066ac20afa19863b57a42c7528b19e078bfb850b2b73ff320eb7d8cf')

package() {
    cd "$_name-$pkgver"
    install -Dp shortix.sh "$pkgdir/usr/bin/shortix"
    install -Dp remove_prefix.sh "$pkgdir/usr/bin/shortix-delete"
    install -Dp shortix.service "$pkgdir/usr/lib/systemd/user/shortix.service"
}