]> jturnerusa.dev Git - ebuilds/commitdiff
new ebuild nasm-mode-1.1.1_p20190409.ebuild
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Thu, 1 Feb 2024 01:58:43 +0000 (20:58 -0500)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Tue, 13 Feb 2024 22:18:56 +0000 (17:18 -0500)
app-emacs/nasm-mode/Manifest [new file with mode: 0644]
app-emacs/nasm-mode/metadata.xml [new file with mode: 0644]
app-emacs/nasm-mode/nasm-mode-1.1.1_p20190409.ebuild [new file with mode: 0644]

diff --git a/app-emacs/nasm-mode/Manifest b/app-emacs/nasm-mode/Manifest
new file mode 100644 (file)
index 0000000..bd75700
--- /dev/null
@@ -0,0 +1 @@
+DIST nasm-mode-1.1.1_p20190409.tar.gz 12494 BLAKE2B 159cc8b06a0164d3fe5d861e70dcb7abdc36a3ecd1040e0c0b8e489dcde55cace208963ba7d179a8057c5f625927eee621b095ebc2edf2ae73443a965c3af6e7 SHA512 f0953bb10e2fb0979c99184a46299a0ba5fc04352c89893d8c43c6f412a14675e6d7c15b8dd28fdcdb67e9e8993f378565a3791ecaef92fd6a4cfc79d47afb9b
diff --git a/app-emacs/nasm-mode/metadata.xml b/app-emacs/nasm-mode/metadata.xml
new file mode 100644 (file)
index 0000000..335880a
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>jturner.usa+gentoo@gmail.com</email>
+    <name>John Turner</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">skeeto/nasm-mode</remote-id>
+    <doc>https://github.com/skeeto/nasm-mode/blob/master/README.md</doc>
+  </upstream>
+  <longdescription>
+    Major mode for editing NASM assembly programs.
+  </longdescription>
+</pkgmetadata>
diff --git a/app-emacs/nasm-mode/nasm-mode-1.1.1_p20190409.ebuild b/app-emacs/nasm-mode/nasm-mode-1.1.1_p20190409.ebuild
new file mode 100644 (file)
index 0000000..ef05383
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Major mode for editing NASM assembly programs"
+HOMEPAGE="https://github.com/skeeto/nasm-mode"
+COMMIT="65ca6546fc395711fac5b3b4299e76c2303d43a8"
+SRC_URI="https://github.com/skeeto/nasm-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"