Skip to content

Commit d4836db

Browse files
committed
New package: gnusim8085-1.4.1
1 parent 4067c6f commit d4836db

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

srcpkgs/gnusim8085/template

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

0 commit comments

Comments
 (0)