Skip to content

Commit

Permalink
New package: gamemode-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Feb 19, 2020
1 parent cd9a315 commit da58d49
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcpkgs/gamemode-devel
22 changes: 22 additions & 0 deletions srcpkgs/gamemode/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'gamemode'
pkgname=gamemode
version=1.5
revision=1
build_style=meson
configure_args="-Dwith-examples=false -Dwith-systemd=false"
hostmakedepends="pkg-config"
makedepends="dbus-devel elogind-devel"
short_desc="Optimise Linux system performance on demand"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/FeralInteractive/gamemode/"
distfiles="https://github.com/FeralInteractive/gamemode/releases/download/${version}/gamemode-${version}.tar.xz"
checksum=262389e0a625670c5f53f89d0c30a28cd5f9569a8e6b012dccf78b7fdcb98408

gamemode-devel_package() {
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}

0 comments on commit da58d49

Please sign in to comment.