blob: ef05383c843f3bb93be5fb78d245e2bda5913914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|