Commits
Marcus Calhoun-Lopez authored 26783db5877
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup cmake 1.1 |
6 6 | |
7 7 | github.setup minetest minetest 0.4.17.1 |
8 + | revision 1 |
8 9 | |
9 10 | # new wrinkle -- the game version can be different than the minetest version |
10 11 | # (although it will most often be the same) |
11 12 | set game_version 0.4.17 |
12 13 | |
13 14 | # have to do some shenanigans to add on more files to a github portgroup download |
14 15 | # cache the preset distfiles delivered by the github PG |
15 16 | set main_distfile ${distfiles} |
16 17 | |
17 18 | # add another distfile, with a direct URL as can't use the github PG again |