1
This commit is contained in:
parent
d2ebc37834
commit
e7f7a0b4b9
@ -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/"
|
||||
}
|
@ -9,14 +9,17 @@ license=('MIT')
|
||||
provides=('pnpm')
|
||||
conflicts=('pnpm' 'pnpm-git')
|
||||
|
||||
source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?signed")
|
||||
source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}")
|
||||
checksum=('SKIP')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
wget https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64
|
||||
|
||||
chmod +x pnpm-linux-x64
|
||||
pnpm-linux-x64 setup --force
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user