Use https by default
[gentoo.git] / app-emacs / dts-mode / dts-mode-0.1.0_pre20141014.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit elisp
8
9 DESCRIPTION="Emacs major mode for devicetree sources"
10 HOMEPAGE="https://github.com/bgamari/dts-mode"
11 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
12
13 LICENSE="GPL-3+"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16
17 S="${WORKDIR}/${PN}"
18 SITEFILE="50${PN}-gentoo.el"
19 DOCS="README.mkd"