Hello,

If a port requires to fetch multiple distfiles from GitHub,
what is the bestpractice? For example, equivalent to like this
MASTER_SITES expression.

MASTER_SITES= http://foo.example.com/distfile1.tar.gz:foo \
              http://bar.example.com/distfile2.tar.gz:bar


AFAIK, this does not work but what I want is like this.

USE_GITHUB= yes
GH_ACCOUNT= fooproject:foo barproject:bar
GH_PROJECT= foo:foo bar:bar
GH_COMMIT=  deadbeef:foo deadbabe:bar


--
`whois vmeta.jp | nkf -w`
meta <m...@vmeta.jp>
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to