New package: sasm-3.11.1
This commit is contained in:
parent
e62ccb9d05
commit
388388187e
2 changed files with 26 additions and 0 deletions
12
srcpkgs/sasm/patches/dont-install-vendores-binaries.patch
Normal file
12
srcpkgs/sasm/patches/dont-install-vendores-binaries.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
reason: Linux/bin/ vendors {listing,fasm} binaries, statically linked for i386
|
||||
|
||||
--- SASM.pro
|
||||
+++ SASM.pro
|
||||
@@ -31,7 +31,6 @@
|
||||
docfiles.path = $$DATADIR/doc/sasm/
|
||||
} else {
|
||||
binfile.files += sasm
|
||||
- binfile.files += Linux/bin/*
|
||||
binfile.path = $$BINDIR
|
||||
data.files += Linux/share/sasm/*
|
||||
data.path = $$DATADIR/sasm/
|
14
srcpkgs/sasm/template
Normal file
14
srcpkgs/sasm/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'sasm'
|
||||
pkgname=sasm
|
||||
version=3.11.1
|
||||
revision=1
|
||||
wrksrc=SASM-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="Crossplatform IDE for NASM, MASM, GAS and FASM assembly languages"
|
||||
maintainer="Piraty <piraty1@inbox.ru>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://dman95.github.io/SASM/"
|
||||
distfiles="https://github.com/Dman95/SASM/archive/v${version}.tar.gz"
|
||||
checksum=3f508f2a790815aca4e742be1e1200aea1d25f6f73309ce824d5ccef49af26b1
|
Loading…
Reference in a new issue