summaryrefslogtreecommitdiff
path: root/games/love07
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26games: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07games: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-06love*: make fetchable from upstream again. bitbucket -> githubmaya1-2/+2
2021-02-06love{07,08,010,11}: install a binary called "loveN.NN" for conveniencemaya3-3/+9
And add a PKG_ALTERNATIVES to call it bin/love for extra convenience. love09 is skipped because I am failing to build it right now (might look later on...) bump PKGREVISION
2020-07-02love*: Gets lua categorynia1-2/+2
2020-06-29games: Add love11. Based on work by myself and cfkoch in wipnia1-2/+2
LOVE is a framework for making 2D games in the Lua programming language. LOVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones.
2020-06-24love07: Detect Lua properly, etc.nia2-25/+9
I mistakenly enabled LuaJIT support on supported platforms. It doesn't actually work in this version of LOVE (oops). The previous inclusion of LuaJIT's buildlink3.mk was a mistake, instead the exact version of lua51 should be included and the library name corrected. Bump PKGREVISION.
2020-06-24love07: --enable-luajit must be passednia1-1/+2
2020-06-24love07: Allow building without luajit. Should help aarch64 builds.nia2-5/+23
2020-06-05*: Apply revbump for graphics/giflib API change.jperkin1-1/+2
2019-12-22Request GL extensions in a way modern Mesa understands.joerg2-1/+15
2018-09-30Add love07, LOVE version 0.7.2maya17-0/+268
LOVE is a framework for making 2D games in the Lua programming language. LOVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones. We need multiple versions as games were written for the older versions.