Commit 24003120 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play: add tixati (eterbug #18121)

parent 212f84a1
#!/bin/sh
PKGNAME=tixati
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='It is a New and Powerful P2P System'
URL="https://tixati.com/"
. $(dirname $0)/common.sh
case "$(epm print info -p)" in
rpm)
mask="tixati-${VERSION}.x86_64.rpm"
;;
*)
mask="tixati_${VERSION}_amd64.deb"
;;
esac
PKGURL="$(eget --list --latest "https://download.tixati.com/" "$mask")"
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=tixati
PRODUCTDIR=/opt/$PRODUCT
. $(dirname $0)/common.sh
move_to_opt /usr/bin
add_bin_exec_command
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