Commit 7b111989 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play: add freetube (eterbug #17696)

parent 46a81c90
#!/bin/sh
PKGNAME=freetube
SUPPORTEDARCHES="x86_64 armhf aarch64"
VERSION="$2"
DESCRIPTION='The Private YouTube Client'
URL="https://freetubeapp.io/"
. $(dirname $0)/common.sh
case "$(epm print info -a)" in
aarch64)
arch="arm64" ;;
armhf)
arch="armv7l" ;;
x86_64)
arch="amd64" ;;
esac
PKGURL=$(eget --list --latest https://github.com/FreeTubeApp/FreeTube/releases "freetube*${VERSION}*${arch}.deb")
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR=/opt/FreeTube
. $(dirname $0)/common.sh
remove_dir /usr/share/doc
add_bin_exec_command $PRODUCT
fix_chrome_sandbox
ignore_lib_requires 'libffmpeg.so()(64bit)'
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment