[packages/vim-syntax-xasm] - new
qboosh
qboosh at pld-linux.org
Sat Apr 11 09:36:09 CEST 2026
commit a83acd6542874d7f7098cc72cfd68af9337b1c72
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Apr 11 09:36:33 2026 +0200
- new
vim-syntax-xasm.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
---
diff --git a/vim-syntax-xasm.spec b/vim-syntax-xasm.spec
new file mode 100644
index 0000000..aaf0024
--- /dev/null
+++ b/vim-syntax-xasm.spec
@@ -0,0 +1,43 @@
+Summary: Vim syntax: XASM assembler source code
+Summary(pl.UTF-8): Składania dla Vima: kod źródłowy dla asemblera XASM
+Name: vim-syntax-xasm
+Version: 0
+%define snap 20140801
+%define gitref 47d2b442d055b863631c5cc729a5da27d37e0ba1
+%define rel 1
+Release: 0.%{snap}.%{rel}
+License: unknown
+Group: Applications/Editors/Vim
+Source0: https://github.com/lybrown/vim-xasm/archive/%{gitref}/vim-xasm-%{snap}.tar.gz
+# Source0-md5: 982ca0cc368e5f7e68591ceb09172f26
+URL: https://github.com/lybrown/vim-xasm
+Requires: vim-rt >= 4:7.2.170
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _vimdatadir %{_datadir}/vim
+
+%description
+This plugin provides syntax highlighting for 6502 CPU assembler
+sources in XASM syntax.
+
+%description -l pl.UTF-8
+Ta wtyczka zapewnia podświetlanie składni plików źródłowych w
+asemblerze procesora 6502 w składni asemblera XASM.
+
+%prep
+%setup -q -n vim-xasm-%{gitref}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_vimdatadir}/syntax
+
+cp -p xasm.vim $RPM_BUILD_ROOT%{_vimdatadir}/syntax
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%{_vimdatadir}/syntax/xasm.vim
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim-syntax-xasm.git/commitdiff/a83acd6542874d7f7098cc72cfd68af9337b1c72
More information about the pld-cvs-commit
mailing list