Skip to content

Commit

Permalink
New package: pcem-17
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrelliCopter committed Jan 24, 2021
1 parent f22ff20 commit f5a5252
Showing 1 changed file with 27 additions and 0 deletions.
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
}

0 comments on commit f5a5252

Please sign in to comment.