summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-07-17 21:08:07 +0200
committerHans de Graaff <graaff@gentoo.org>2018-07-17 21:08:07 +0200
commitf8c094f7815073fea99d28f7dcf6c2122623a072 (patch)
tree798b3e194ddeaa3976f2efb3de8c792b660f48d3 /app-emacs/f/f-0.20.0.ebuild
parentapp-admin/pass: fix emacs dependencies (diff)
downloadgentoo-f8c094f7815073fea99d28f7dcf6c2122623a072.tar.gz
gentoo-f8c094f7815073fea99d28f7dcf6c2122623a072.tar.bz2
gentoo-f8c094f7815073fea99d28f7dcf6c2122623a072.zip
app-emacs/f: add 0.20.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emacs/f/f-0.20.0.ebuild')
-rw-r--r--app-emacs/f/f-0.20.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
new file mode 100644
index 000000000000..5ab830f3487a
--- /dev/null
+++ b/app-emacs/f/f-0.20.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Modern API for working with files and directories in Emacs"
+HOMEPAGE="https://github.com/rejeep/f.el"
+SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test"
+
+RDEPEND="app-emacs/dash app-emacs/s"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/f.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"