Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: Bradan J. Wolbeck <bwolbeck@compaqdisc.com>
- # Contributor: Sean Enck <enckse@gmail.com>
- # Contributor: John K. Luebs <https://github.com/jkl1337>
- pkgname=zasm
- pkgver=4.4.8
- pkgrel=1
- pkgdesc="A 2-pass assembler for the Zilog 8-bit Z80 CPU"
- arch=('any')
- url="http://k1.spdns.de/Develop/Projects/zasm/"
- license=('BSD')
- source=("git+https://github.com/Megatokio/zasm.git#tag=${pkgver}"
- "git+https://github.com/Megatokio/Libraries.git#commit=c5cb3ed512c677db6f33e2d3539dfbb6e547030b")
- sha256sums=('SKIP' 'SKIP')
- build() {
- cd ${srcdir}/${pkgname}
- make
- }
- package() {
- cd ${srcdir}/${pkgname}
- install -Dm755 zasm "${pkgdir}/usr/bin/zasm"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement