app-emacs/nxml-gentoo-schemas: Version bump to 20200229.
[gentoo.git] / app-emacs / helm-system-packages / helm-system-packages-1.10.1.ebuild
1 # Copyright 2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 DESCRIPTION="A Helm interface to the package manager of your operating system"
9 HOMEPAGE="https://github.com/emacs-helm/helm-system-packages"
10 SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-3+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15
16 RDEPEND="app-emacs/helm"
17 BDEPEND="${RDEPEND}"
18
19 SITEFILE="50${PN}-gentoo.el"
20 DOCS="readme.org"