1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-23 13:03:33 +01:00

Version bump for KickAssembler

This commit is contained in:
2022-08-13 12:51:46 +02:00
parent 1e741d15b8
commit 58df390350
7 changed files with 21 additions and 143 deletions

View File

@@ -1,13 +1,16 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit java-pkg-2
DESCRIPTION="Cross assembler for 6510 code"
HOMEPAGE="http://www.theweb.dk/KickAssembler/Main.php"
SRC_URI="http://www.theweb.dk/KickAssembler/${PN}${PV}.zip"
# This is unchanged archive downloaded from homepage. For some reason IIS
# which is used for hosting rejects direct download for tools like curl/wget,
# hence the mirror on my web server.
SRC_URI="https://vimja.pl/filez/${PN}${PV}.zip"
LICENSE=""
SLOT="0"