This commit is contained in:
2024-03-30 15:58:03 +03:00
parent 05c7c774b1
commit bc60526a9d
4 changed files with 0 additions and 92 deletions

View File

@ -1,33 +0,0 @@
name='gamemode'
version='1.8.1'
release='1'
desc='GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS and/or a game process.'
homepage='https://'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
architectures=('amd64')
license=('')
provides=('')
conflicts=('')
deps=('')
build_deps=('')
sources=("")
checksums=('SKIP')
sources_amd64=("")
checksums=('SKIP')
sources_arm=("")
checksums=('SKIP')
sources_386=("")
checksums=('SKIP')
prepare() {
cd "${srcdir}"
}
package() {
install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/"
install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/"
}