commit: cf06f4e9df002e9fc85bf14a0b0d79e2c7368e72 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed Mar 17 18:17:59 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed Mar 17 18:18:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf06f4e9
app-shells/fish-agnoster-theme: new package Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> app-shells/fish-agnoster-theme/Manifest | 1 + .../fish-agnoster-theme-0.1.0_p20200415.ebuild | 23 ++++++++++++++++++++++ app-shells/fish-agnoster-theme/metadata.xml | 11 +++++++++++ 3 files changed, 35 insertions(+) diff --git a/app-shells/fish-agnoster-theme/Manifest b/app-shells/fish-agnoster-theme/Manifest new file mode 100644 index 00000000..36ea6e66 --- /dev/null +++ b/app-shells/fish-agnoster-theme/Manifest @@ -0,0 +1 @@ +DIST fish-agnoster-theme-0.1.0_p20200415.tar.gz 119414 BLAKE2B c3b0ddcbca6366c342841ecc41a0e610e0d084d7018a637ae12a4dd86e1f7d69a277840a95c71b1f605376d0f10f72c4a3f54350ce4064ab853d6a120edf6f93 SHA512 03207eab23cb3cef4357733f937c918e6c4343a17b185ced99026f0dd4d9ca950566d4accbe5798ab78d77af20e32c4a534218b82524f5d9b2d432b5fbd23431 diff --git a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild new file mode 100644 index 00000000..d1497eae --- /dev/null +++ b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild @@ -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 +} diff --git a/app-shells/fish-agnoster-theme/metadata.xml b/app-shells/fish-agnoster-theme/metadata.xml new file mode 100644 index 00000000..7654084d --- /dev/null +++ b/app-shells/fish-agnoster-theme/metadata.xml @@ -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>lssndrbarbi...@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <remote-id type="github">hauleth/agnoster</remote-id> + </upstream> +</pkgmetadata>