Minor fixes in freetube template
This commit is contained in:
parent
be70f7b16b
commit
a92fe5e2ab
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=freetube
|
pkgname=freetube
|
||||||
version=0.20.0
|
version=0.20.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64 x86_64-musl"
|
archs="x86_64*"
|
||||||
hostmakedepends="yarn jq moreutils app-builder nodejs tar"
|
hostmakedepends="yarn jq moreutils app-builder nodejs tar"
|
||||||
depends="electron24 gtk+3 ffmpeg"
|
depends="electron24 gtk+3 ffmpeg"
|
||||||
short_desc="An open source desktop YouTube player built with privacy in mind"
|
short_desc="An open source desktop YouTube player built with privacy in mind"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
license="AGPL-3.0"
|
license="AGPL-3.0"
|
||||||
homepage="https://freetubeapp.io"
|
homepage="https://freetubeapp.io"
|
||||||
changelog="${homepage}/releases/tag/v${version}-beta"
|
changelog="https://github.com/releases/tag/v${version}-beta"
|
||||||
distfiles="https://github.com/FreeTubeApp/FreeTube/archive/v${version}-beta.tar.gz"
|
distfiles="https://github.com/FreeTubeApp/FreeTube/archive/v${version}-beta.tar.gz"
|
||||||
checksum=b30b17c193372aa1704971a947e2392adb63ae9379cbd45790006f9aa4ffa720
|
checksum=b30b17c193372aa1704971a947e2392adb63ae9379cbd45790006f9aa4ffa720
|
||||||
|
|
||||||
|
@ -24,11 +24,11 @@ post_extract() {
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
local carch=x64
|
local carch=x64
|
||||||
npm_config_arch=$carch yarn install
|
UV_USE_IO_URING=0 npm_config_arch=$carch yarn install
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
yarn build
|
UV_USE_IO_URING=0 yarn run build
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue