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

recipes/utils/xa/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: xa
pkgver: '2.4.1'
pkgrel: '1'
pkgdesc: 'Cross-assembler for 6502 microprocessor'
url: 'https://www.floodgap.com/retrotech/xa/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.floodgap.com/retrotech/${pkgname}/dists/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  sed -i 's/all: killxa/all:/' Makefile

  make
  make DESTDIR="${PKGDIR}/usr" install

package: |
  true