myrepos: remove.

Is a git package without -git designation

has unfixed CVE-2018-8032
This commit is contained in:
maxice8 2018-10-02 15:38:24 -03:00 committed by Enno Boland
parent d486ea258d
commit 3eb4381e92

View file

@ -1,16 +0,0 @@
# Template file for 'myrepos'
pkgname=myrepos
version=1.20171231
revision=1
noarch=yes
build_style=gnu-makefile
hostmakedepends="git perl"
depends="perl"
short_desc="Manage all your version control repos"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2"
homepage="https://myrepos.branchable.com"
do_fetch() {
git clone --branch "${version}" https://git.joeyh.name/git/myrepos.git ${pkgname}-${version}
}