Add files via upload

This commit is contained in:
Faugus
2024-06-03 20:16:57 -03:00
committed by GitHub
parent 4f1527018f
commit f34801133d

18
PKGBUILD Normal file
View File

@@ -0,0 +1,18 @@
pkgname=faugus-launcher
pkgver=1.0
pkgrel=17
pkgdesc="Simple and Lightweight Game Launcher"
arch=('x86_64')
license=('GPL')
depends=('python' 'python-gobject' 'umu-launcher' 'p7zip')
provides=('faugus-launcher')
conflicts=('faugus-launcher')
source=("${pkgname}::git+https://github.com/Faugus/faugus-launcher.git")
sha256sums=('SKIP')
package() {
install -Dm755 faugus-launcher.py "$pkgdir/usr/bin/faugus-launcher"
install -Dm644 faugus-launcher.desktop "$pkgdir/usr/share/applications/faugus-launcher.desktop"
install -Dm644 faugus-launcher.png "$pkgdir/usr/share/icons/faugus-launcher.png"
}