aboutsummaryrefslogtreecommitdiff
blob: 6910907c26a03fc0a436a6e096ffcf6093f89a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Emacs-Ebuild-Snippets

Yasnippets for editing Ebuilds, Eclasses and Gentoo package metadata.

## Installation

### System

If you are on Gentoo Linux, then just emerge
`app-emacs/emacs-ebuild-snippets`.

``` shell
emerge app-emacs/emacs-ebuild-snippets
```

### User

If you want to install this package under your current user only, then you
have to use the [Eldev](https://github.com/doublep/eldev/) tool or manually
copy the `snippets` directory to the location where you installed
`ebuild-snippets.el`.

``` shell
make eldev-install
```

## Upstream

Upstream can be found on the Gentoo official GitWeb:
https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/

There is also a mirror on the Gentoo GitLab:
https://gitlab.gentoo.org/emacs/emacs-ebuild-snippets/

## License

Copyright (c) 2023 Gentoo Authors

Licensed under the GNU GPL v2 License

SPDX-License-Identifier: GPL-2.0-or-later