Package Details: steamtinkerlaunch 12.12-1

Git Clone URL: https://aur.archlinux.org/steamtinkerlaunch.git (read-only, click to copy)
Package Base: steamtinkerlaunch
Description: Wrapper script for Steam custom launch options
Upstream URL: https://github.com/sonic2kk/steamtinkerlaunch
Keywords: gamemode games proton steam tweak vr
Licenses: GPL3
Submitter: demon012
Maintainer: sonic2kk
Last Packager: demon012
Votes: 43
Popularity: 2.33
First Submitted: 2020-07-04 09:59 (UTC)
Last Updated: 2023-03-17 21:41 (UTC)

Dependencies (34)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

demon012 commented on 2020-07-04 20:34 (UTC)

Hey yochananmarqos,

I have updated to your version of the PKGBUILD and listed you as a contributor.

Thanks,

demon012

yochananmarqos commented on 2020-07-04 16:15 (UTC) (edited on 2020-07-04 16:17 (UTC) by yochananmarqos)

  • The pkgver should not be a commit hash, see VCS package guidelines: The pkgver() function.
  • The description should be under 80 characters and not contain the name of the package, see PKGBUILD: pkgdesc.
  • You're missing dependencies that should be in an optdepends() array, see Requirements.
  • The files referenced in the backup array do not exist. Files not installed by the package cannot be backed up.
  • Nothing should be installed in /usr/local/, see Arch package guidelines: Package etiquette / Directories.
  • The files being installed in /usr/local/share/ will not be found by the script as it only looks in STLCFGDIR. Even if you modified that variable, that location needs to be a user editable location for editing and creating new config files.

Example PKGBUILD using static version

Example PKGBUILD using latest commit