Commit 5581c095 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add SKIPREPACK for packages allowed install nonmodified

parent a338df39
#!/bin/sh
PKGNAME=alivecolors
SKIPREPACK=1
SUPPORTEDARCHES="x86_64"
DESCRIPTION="AliveColors from the official site"
......
#!/bin/sh
PKGNAME=angie
SKIPREPACK=1
SUPPORTEDARCHES="x86_64 aarch64"
DESCRIPTION="ANGIE (a web server, that was forked from nginx) from the official site"
REPOURL="https://angie.software/"
......
#!/bin/sh
PKGNAME=assistant
SKIPREPACK=1
SUPPORTEDARCHES="x86_64 aarch64"
DESCRIPTION="Assistant (Ассистент) from the official site"
......
......@@ -229,6 +229,7 @@ is_repacked_package()
fi
if epm status --thirdparty $pkg ; then
[ -n "$SKIPREPACK" ] && return 0
echo "Package $pkg is already installed, packaged by vendor $(epm print field Vendor for $pkg)."
return 1
fi
......
#!/bin/sh
PKGNAME=myoffice-standard-home-edition
SKIPREPACK=1
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="MyOffice Standart Home Edition for Linux from the official site"
......
#!/bin/sh
PKGNAME=apache-netbeans
SKIPREPACK=1
#SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Apache NetBeans from the official site"
......
#!/bin/sh
PKGNAME=okular-csp
SKIPREPACK=1
SUPPORTEDARCHES="x86_64"
DESCRIPTION="Okular GOST (free version) with CryptoPro support from the official site"
REPOURL="http://packages.lab50.net"
......
#!/bin/sh
PKGNAME=r7-office
SKIPREPACK=1
SUPPORTEDARCHES="x86_64"
DESCRIPTION="R7 Office for Linux from the official site"
......
#!/bin/sh
PKGNAME=trueconf-server
SKIPREPACK=1
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="TrueConf server for Linux from the official site"
......
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