We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96a31f commit 0ba40ffCopy full SHA for 0ba40ff
1 file changed
srcpkgs/cc65/template
@@ -0,0 +1,21 @@
1
+# Template file for 'cc65'
2
+pkgname=cc65
3
+version=2.18
4
+revision=1
5
+build_style="gnu-makefile"
6
+make_use_env=yes
7
+short_desc="Freeware C compiler for 6502 based systems"
8
+maintainer="Nathaniel Barragan <nathanielbarragan@gmail.com>"
9
+license="Zlib"
10
+homepage="https://cc65.github.io/"
11
+distfiles="https://github.com/cc65/cc65/archive/V${version}.tar.gz"
12
+checksum=d14a22fb87c7bcbecd8a83d5362d5d317b19c6ce2433421f2512f28293a6eaab
13
+nocross="Build process runs the built binary"
14
+
15
+pre_build() {
16
+ vsed -i src/Makefile -e 's/CC =/CC ?=/' -e 's/AR =/AR ?=/'
17
+}
18
19
+post_install() {
20
+ vlicense LICENSE
21
0 commit comments