Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions srcpkgs/gnusim8085/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'gnusim8085'
pkgname=gnusim8085
version=1.4.1
revision=1
build_style=meson
hostmakedepends="pkg-config gettext"
makedepends="gtk+3-devel gtksourceview-devel discount"
short_desc="Graphical cross platform simulator for the Intel 8085 microprocessor"
maintainer="Numair Dubas <Numair2644@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://gnusim8085.srid.ca"
changelog="https://github.com/GNUSim8085/GNUSim8085/blob/master/ChangeLog"
distfiles="https://github.com/GNUSim8085/GNUSim8085/archive/refs/tags/${version}.tar.gz"
checksum=95284ad5abd02e77201a8309d80938640e03dd78efb71f46d906fea237faf0b5

post_install() {
vman doc/gnusim8085.1
vdoc doc/asm-guide.txt
for file in doc/examples/*.asm; do
vsconf "$file"
done
}