mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
parent
5a8e899efe
commit
b1a3a70fc4
1 changed files with 7 additions and 5 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'myrepos'
|
# Template file for 'myrepos'
|
||||||
pkgname=myrepos
|
pkgname=myrepos
|
||||||
version=1.20170129
|
version=1.20171231
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl"
|
hostmakedepends="git perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Manage all your version control repos"
|
short_desc="Manage all your version control repos"
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://myrepos.branchable.com"
|
homepage="https://myrepos.branchable.com"
|
||||||
distfiles="https://github.com/joeyh/${pkgname}/archive/${version}.tar.gz"
|
|
||||||
checksum=da00533b01a511ece209f0254a6fae5735852e197d3b859a6f564b3fbc612dda
|
do_fetch() {
|
||||||
|
git clone --branch "${version}" https://git.joeyh.name/git/myrepos.git ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue