app-emacs/simple-httpd - 1.5.1 (nongnu-elpa)

Search

Install

Install this version:

emerge -a =app-emacs/simple-httpd-1.5.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/simple-httpd-1.5.1

Or alternatively:

emerge --autounmask-write -a =app-emacs/simple-httpd-1.5.1

Package Information

Description:
pure elisp HTTP server
Homepage:
https://github.com/skeeto/emacs-http-server

Ebuild Details

Version EAPI Keywords Slot
1.5.1 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REPO_URI="https://elpa.nongnu.org/nongnu/"
SOURCE_TYPE="tar"
REALNAME="simple-httpd"
DIGEST_SOURCES="yes"

inherit g-sorcery gs-elpa

DESCRIPTION="pure elisp HTTP server"

HOMEPAGE="https://github.com/skeeto/emacs-http-server"
SRC_URI="${REPO_URI}${REALNAME}-${PV}.${SUFFIX}"

SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND=""

Inherited Eclasses