summaryrefslogtreecommitdiff
path: root/app-emacs/posframe/posframe-1.4.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-24 06:09:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-24 06:09:28 +0100
commitb46286b28de30f0898fa7888ae7dee09db822088 (patch)
tree0a6e626d9cfca9ae3573102c219a4bc3e45f6ed4 /app-emacs/posframe/posframe-1.4.2.ebuild
parentb2523734e380d060074602eb5ce53daf7d98803b (diff)
gentoo auto-resync : 24:04:2023 - 06:09:28
Diffstat (limited to 'app-emacs/posframe/posframe-1.4.2.ebuild')
-rw-r--r--app-emacs/posframe/posframe-1.4.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/posframe/posframe-1.4.2.ebuild b/app-emacs/posframe/posframe-1.4.2.ebuild
new file mode 100644
index 000000000000..e29471f195d4
--- /dev/null
+++ b/app-emacs/posframe/posframe-1.4.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Pop up a frame at point"
+HOMEPAGE="https://github.com/tumashu/posframe/"
+SRC_URI="https://github.com/tumashu/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.org snapshots )
+SITEFILE="50${PN}-gentoo.el"