Commit 67ddfed1be4b0eed50505bfb9b167dbcd0e67ca9
1 parent
f38c812b
add ebuild for binfmt_misc helper exelaunch
Showing
3 changed files
with
66 additions
and
0 deletions
sys-apps/exelaunch/Manifest
0 → 100644
1 | +EBUILD exelaunch-0.1.ebuild 777 SHA256 a1018221e9f29e6b849902865ea36030889936e2810bb40c210ec5d75c6dfe8f SHA512 92ab15acf53ec132f7ad3a7868da3b2b361848193ae01aedaa51e5dcd67628734ea5365c65c465cf97153e983385aa1429f6b1036d80b3d263c52bd8cfcf7a13 WHIRLPOOL 4c0f184b5a2eb0f918e49db634647a310d2abc431aaae4f91ff181ec0d9e740b7565e2552e7c317d8fcc13df31a6ba857537142dbd807a57113457f5042f6aab | |
2 | +MISC metadata.xml 1181 SHA256 6fe17c12f2ec3fbfff40eb6de930d2e2b8a267b33e6e5fea85ebdf6921713b41 SHA512 0183459420315f9745ae7d7785093c5442b022debe9b72dd3d5597db1c1dc5166a39ff0b3593d6c6b200e64ae741ce0aaf4e72aa655f5460770247e19c74c9dd WHIRLPOOL d805e3d31dc84a17c7cf3878c8fbd8646ce19e307e5d8fdab53aafadd9fe223167f064a6c462c431d0075896bf9a1ad19f953aedf81fd60bfd81fe758527d498 | ... | ... |
sys-apps/exelaunch/exelaunch-0.1.ebuild
0 → 100644
1 | +# Copyright 1999-2017 Gentoo Foundation | |
2 | +# Distributed under the terms of the GNU General Public License v2 | |
3 | +# $Id$ | |
4 | + | |
5 | +EAPI=6 | |
6 | + | |
7 | +inherit eutils git-r3 | |
8 | + | |
9 | +DESCRIPTION="Application to manage credentials and store credentials" | |
10 | +HOMEPAGE="https://gitlab.weird-web-workers.org/ghopp/exelaunch" | |
11 | +EGIT_REPO_URI="https://gitlab.weird-web-workers.org/ghopp/exelaunch.git" | |
12 | +EGIT_COMMIT="v${PV}" | |
13 | + | |
14 | +LICENSE="GPL-3+" | |
15 | + | |
16 | +SLOT="0" | |
17 | + | |
18 | +KEYWORDS="~x86 ~amn64" | |
19 | + | |
20 | +DEPEND=">=sys-devel/make-4.2.1" | |
21 | +RDEPEND=" | |
22 | + >=sys-apps/coreutils-8.26 | |
23 | +" | |
24 | + | |
25 | +# Source directory; the dir where the sources can be found (automatically | |
26 | +# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} | |
27 | +# If you don't need to change it, leave the S= line out of the ebuild | |
28 | +# to keep it tidy. | |
29 | +#S=${WORKDIR}/${P} | |
30 | + | |
31 | +#src_configure() {} | ... | ... |
sys-apps/exelaunch/metadata.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | |
3 | +<!-- | |
4 | +# $Id$ | |
5 | + | |
6 | +This is the example metadata file. | |
7 | +The root element of this file is <pkgmetadata>. Within this element a | |
8 | +number of subelements are allowed, the most common being maintainer. | |
9 | + | |
10 | +For a full description look at: | |
11 | +https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/ | |
12 | + | |
13 | +Before committing, please remove the comments from this file. They are | |
14 | +not relevant for general metadata.xml files. | |
15 | +--> | |
16 | +<pkgmetadata> | |
17 | +<maintainer type="person"> | |
18 | + <email>exampledev@gentoo.org</email> | |
19 | + <description>Primary maintainer</description> | |
20 | +</maintainer> | |
21 | +<maintainer type="project"> | |
22 | + <email>exampleproject@gentoo.org</email> | |
23 | + <name>Gentoo Example Project</name> | |
24 | +</maintainer> | |
25 | +<longdescription>Long description of the package</longdescription> | |
26 | +<use> | |
27 | + <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking. | |
28 | + Requires an installed dictionary from <cat>app-dicts</cat></flag> | |
29 | + <flag name="flag">Description of how USE='flag' affects this package</flag> | |
30 | + <flag name="userland_GNU">Description of how USERLAND='GNU' affects this | |
31 | + package</flag> | |
32 | +</use> | |
33 | +</pkgmetadata> | ... | ... |
Please
register
or
login
to post a comment