🔒 Repository is read-only – file editing is disabled.

recipes/gui/nestopia/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: nestopia
pkgver: '1.53.2'
pkgrel: '1'
pkgdesc: NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.
url: 'http://0ldsk00l.ca/nestopia/'
arch: x86_64
depends:
- sdl
- fltk
- zlib
- libarchive
makedepends:
- mesa
- autoconf-archive
source:
- 'https://github.com/0ldsk00l/nestopia/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 7783d2673ad496109e7dd3d75756cfef30c5b400409131b83b45c2fa3ddd735b
build: |
  cd ${pkgname}-${pkgver}

  autoreconf -fi
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true