9 lines
345 B
Makefile
9 lines
345 B
Makefile
CATEGORIES+= net net/eduvpn
|
|
.if !defined(GH_ACCOUNT)
|
|
EXTRACT_SUFX?= .tar.xz
|
|
# not DIST_TUPLE, these are proper uploads like github /releases/ URLs
|
|
SITES?= https://git.sr.ht/~fkooman/${DISTNAME:S/-$V//}/refs/download/$V/
|
|
HOMEPAGE?= https://git.sr.ht/~fkooman/${DISTNAME:S/-$V//}
|
|
PKGNAME?= ${DISTNAME:L}
|
|
.endif
|
|
HOMEPAGE?= https://www.eduvpn.org/
|