mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
app-shells/fish-agnoster-theme: new package
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
app-shells/fish-agnoster-theme/Manifest
Normal file
1
app-shells/fish-agnoster-theme/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fish-agnoster-theme-0.1.0_p20200415.tar.gz 119414 BLAKE2B c3b0ddcbca6366c342841ecc41a0e610e0d084d7018a637ae12a4dd86e1f7d69a277840a95c71b1f605376d0f10f72c4a3f54350ce4064ab853d6a120edf6f93 SHA512 03207eab23cb3cef4357733f937c918e6c4343a17b185ced99026f0dd4d9ca950566d4accbe5798ab78d77af20e32c4a534218b82524f5d9b2d432b5fbd23431
|
||||
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
COMMIT="1ae9625e27ef47d2e6abc60156cd154cd1c37f46"
|
||||
DESCRIPTION="Fancy, colorful theme with support for Powerline fonts"
|
||||
HOMEPAGE="https://github.com/hauleth/agnoster"
|
||||
SRC_URI="https://github.com/hauleth/agnoster/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
DEPEND=""
|
||||
RDEPEND="app-shells/fish"
|
||||
S="${WORKDIR}/agnoster-${COMMIT}"
|
||||
DOCS=( README.md )
|
||||
|
||||
src_install() {
|
||||
dodir "/usr/share/fish/vendor_conf.d"
|
||||
insinto "/usr/share/fish/vendor_conf.d"
|
||||
doins -r agnoster
|
||||
doins -r *.fish
|
||||
einstalldocs
|
||||
}
|
||||
11
app-shells/fish-agnoster-theme/metadata.xml
Normal file
11
app-shells/fish-agnoster-theme/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">hauleth/agnoster</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user