Skip to content

Commit

Permalink
Added a new package: steam-start
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Feb 22, 2020
1 parent c2ea309 commit 535be04
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/steam-start/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
steam-start.sh
19 changes: 19 additions & 0 deletions pkg/steam-start/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pkgname=steam-start
pkgver=1.0.0
pkgrel=0
pkgdesc="Steam launcher script with compatibility fixes and Nvidia OPTIMUS support"
arch=('any')
url="https://github.com/hmlendea/${pkgname}"
license=('GPL')
depends=('steam')
optdepends=('bumblebee: Nvidia OPTIMUS support'
'optiprime: Optimised optirun/primusrun')
install=
source=(https://github.com/hmlendea/${pkgname}/releases/download/v${pkgver}/${pkgname}.sh)
sha256sums=('02a6027f5880680e2ceb8f37587e5e82575fce6c80ea07782fdb58ebfbd16386')

package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
}

Binary file modified repo/hmlendea.db
Binary file not shown.
Binary file modified repo/hmlendea.db.tar.gz
Binary file not shown.
Binary file modified repo/hmlendea.files.tar.gz
Binary file not shown.
Binary file added repo/steam-start-1.0.0-0-any.pkg.tar.xz
Binary file not shown.

0 comments on commit 535be04

Please sign in to comment.