17 lines
429 B
Bash
17 lines
429 B
Bash
# 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}
|
|
}
|