File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # Template file for 'GNUSim8085'
2+ pkgname=gnusim8085
3+ version=1.4.1
4+ revision=1
5+ build_style=meson
6+ hostmakedepends="pkg-config gettext"
7+ makedepends="gtk+3-devel gtksourceview-devel discount"
8+ short_desc="Graphical cross platform simulator for the Intel 8085 microprocessor"
9+ maintainer="Numair Dubas <Numair2644@protonmail.com>"
10+ license="GPL-3.0-or-later"
11+ homepage="https://gnusim8085.srid.ca"
12+ changelog="https://github.com/GNUSim8085/GNUSim8085/blob/master/ChangeLog"
13+ distfiles="https://github.com/GNUSim8085/GNUSim8085/archive/refs/tags/${version}.tar.gz"
14+ checksum=95284ad5abd02e77201a8309d80938640e03dd78efb71f46d906fea237faf0b5
15+
16+ post_install() {
17+ vman doc/gnusim8085.1
18+ vdoc doc/asm-guide.txt
19+ for file in doc/examples/*.asm; do
20+ vsconf "$file"
21+ done
22+ }
You can’t perform that action at this time.
0 commit comments