Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: /
Date: Tue, 14 Mar 2023 20:41:13
Message-Id: 1678826460.694dd977f189ba5028b301411eea9eb56fb0c71c.xgqt@gentoo
1 commit: 694dd977f189ba5028b301411eea9eb56fb0c71c
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 20:41:00 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 20:41:00 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=694dd977
7
8 README.md: add README.md
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 README.md | 36 ++++++++++++++++++++++++++++++++++++
13 1 file changed, 36 insertions(+)
14
15 diff --git a/README.md b/README.md
16 new file mode 100644
17 index 0000000..aca7562
18 --- /dev/null
19 +++ b/README.md
20 @@ -0,0 +1,36 @@
21 +# Emacs-Ebuild-Snippets
22 +
23 +Yasnippets for editing Ebuilds, Eclasses and Gentoo package metadata.
24 +
25 +## Installation
26 +
27 +### System
28 +
29 +If you are on Gentoo Linux, then just emerge
30 +`app-emacs/emacs-ebuild-snippets`.
31 +
32 +``` shell
33 +emerge app-emacs/emacs-ebuild-snippets
34 +```
35 +
36 +### User
37 +
38 +If you want to install this package under your user only then you have to use
39 +the Eldev tool or manually copy the `snippets` directory.
40 +
41 +``` shell
42 +make eldev-install
43 +```
44 +
45 +## Upstream
46 +
47 +Upstream can be found on the Gentoo official GitWeb:
48 +https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/
49 +
50 +## License
51 +
52 +Copyright (c) 2023 Gentoo Authors
53 +
54 +Licensed under the GNU GPL v2 License
55 +
56 +SPDX-License-Identifier: GPL-2.0-or-later