Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: pcem-17 #22340

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 27 additions & 0 deletions srcpkgs/pcem/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Template file for 'pcem'
pkgname=pcem
version=17
revision=1
archs="i686* x86_64* armv7l* aarch64*"
build_style=gnu-configure
configure_args="--enable-release-build --enable-networking --enable-alsa"
hostmakedepends="autoconf automake pkgconf"
makedepends="SDL2-devel wxWidgets-devel libopenal-devel alsa-lib-devel"
short_desc="Low-level x86 emulator targeting various IBM PC compatibles"
maintainer="a dinosaur <nick@a-dinosaur.com>"
license="GPL-2.0-or-later"
homepage="https://pcem-emulator.co.uk"
_distfile="PCemV${version}Linux.tar.gz"
distfiles="https://pcem-emulator.co.uk/files/${_distfile}"
checksum=5b24cb5ce886ed53232385f46594146ba3f7d7eecda90f82892b2dce1cb2f1a4

do_extract() {
bsdtar -xf "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_distfile}" -C ${wrksrc}
}

post_install() {
vdoc README.md
vdoc readme.html
vdoc TESTED.md
vdoc tested.html
}