mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-eselect/eselect-autostart: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Matouš <m@matous.dev>
This commit is contained in:
1
app-eselect/eselect-autostart/Manifest
Normal file
1
app-eselect/eselect-autostart/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST eselect-autostart-1.0.0.tar.gz 2051 BLAKE2B cb23b6f736232935d489f2a4473c94f5511b6e9723f9def076a8dd29f9874c95d97b8bacd75c4e5fd4ac2aab72d3265daf0a4f1e80f5a7ae49a957bcefc48ad3 SHA512 a5e912f5680785e1bc6766b19dfa7ca82fa05d6267e91c5627b2fbd7e3011467597a81a4c3901972986504c0249f1cc29a7fcc24deda2edbeba0586fb8779adf
|
||||
22
app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild
Normal file
22
app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
SRC_URI="https://codeberg.org/mmatous/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
DESCRIPTION="Manage symlinks in \$XDG_CONFIG_HOME/autostart"
|
||||
HOMEPAGE="https://codeberg.org/mmatous/eselect-autostart"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND="app-admin/eselect"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
insinto /usr/share/eselect/modules
|
||||
doins autostart.eselect
|
||||
}
|
||||
8
app-eselect/eselect-autostart/metadata.xml
Normal file
8
app-eselect/eselect-autostart/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>m@matous.dev</email>
|
||||
<name>Martin Matouš</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user