diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2024-01-31 20:58:43 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2024-02-13 17:18:56 -0500 |
commit | 21b2f027601bf63b4aecf144239d685b1ff2c51e (patch) | |
tree | ba381266e05f7316b5469e7b6ca0a3968a5c6df1 /app-emacs/nasm-mode/nasm-mode-1.1.1_p20190409.ebuild | |
parent | 36b8e437d4b0da7c5aa93cf52a68ae1dbe1cca8b (diff) | |
download | ebuilds-21b2f027601bf63b4aecf144239d685b1ff2c51e.tar.gz |
new ebuild nasm-mode-1.1.1_p20190409.ebuild
Diffstat (limited to 'app-emacs/nasm-mode/nasm-mode-1.1.1_p20190409.ebuild')
-rw-r--r-- | app-emacs/nasm-mode/nasm-mode-1.1.1_p20190409.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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 index 0000000..ef05383 --- /dev/null +++ b/app-emacs/nasm-mode/nasm-mode-1.1.1_p20190409.ebuild @@ -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" |