diff options
Diffstat (limited to 'app-emacs/sokoban/sokoban-1.4.9.ebuild')
-rw-r--r-- | app-emacs/sokoban/sokoban-1.4.9.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/sokoban/sokoban-1.4.9.ebuild b/app-emacs/sokoban/sokoban-1.4.9.ebuild new file mode 100644 index 000000000000..27002f3bc2f1 --- /dev/null +++ b/app-emacs/sokoban/sokoban-1.4.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Implementation of Sokoban for Emacs" +HOMEPAGE="https://elpa.gnu.org/packages/sokoban.html" +SRC_URI="https://elpa.gnu.org/packages/${P}.tar" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +ELISP_REMOVE="sokoban-pkg.el" +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp_src_install + + insinto "${SITEETC}/${PN}" + doins sokoban.levels +} |