makedeb


tic-80 1.1.2837-1


fantasy computer for making, playing, and sharing tiny games.

Package Details

Package Actions

Package Base:

tic-80

Homepage:

https://tic80.com

Licenses:

MIT

Submitter:

jomarm

Maintainer:

jomarm

Last Packager:

jomarm

Votes:

0

Popularity:

0.000000

First Submitted:

2024-05-03 05:17

Last Updated:

2024-05-03 05:17

Git Clone URL (click to copy):

https://mpr.makedeb.org/tic-80.git

Latest Comments


jomarm commented on 2024-05-03 05:23

edited on 2024-05-03 05:24 by jomarm

# Workaround for accurate revision version, avoids outdated version
# alert on start
patch --strip=1 --input="$srcdir/static-revision.patch"
sed -i "s/VERSION_REVISION 0/VERSION_REVISION $_minor/" "$srcdir/TIC-80/CMakeLists.txt"

I forgot to mention why the version is inaccurate without the patch. makedeb clones git sources shallowly (see #121, #128), which means only the latest commit is retrieved. The CMakeLists uses the amount of commits as the REVISION version, so the REVISION version ends up always being 1 without the patch.

Git commit identifiers referencing commits in the MPR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.