blob: 934404cf4636c7e06ba1380a331352606b237b21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit readme.gentoo-r1 elisp
HASH="f07ac3678e27"
DESCRIPTION="Frontend for Squeezebox / Logitech Media Server"
HOMEPAGE="https://bitbucket.org/inigoserna/lms.el"
SRC_URI="https://bitbucket.org/inigoserna/lms.el/get/${HASH}.zip -> ${P}.zip"
RESTRICT="mirror"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# need seq.el included in emacs 25
DEPEND=">=app-editors/emacs-25.2"
DOCS="README.org"
DOC_CONTENTS="customize:
lms-hostname, lms-telnet-port, lms-html-port, lms-username, lms-password
and run with: lms-ui
Then read complete documentation by pressing the 'h' key
For an overview of what it can do see: https://inigo.katxi.org/blog/2017/07/31/lms_el.html
Support thread at: http://forums.slimdevices.com/showthread.php?107769-Announce-lms-el-a-squeezebox-controller-for-emacs
"
S="${WORKDIR}/inigoserna-${PN}.el-${HASH}"
|