1
This commit is contained in:
		| @@ -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') | provides=('pnpm') | ||||||
| conflicts=('pnpm' 'pnpm-git') | 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') | checksum=('SKIP') | ||||||
|  |  | ||||||
| build() { | build() { | ||||||
|     cd ${srcdir} |     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() { | package() { | ||||||
|     cd ${srcdir} |     cd ${srcdir} | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user