net-misc/fiche - 0.9.1 (nest)

Search

Package Information

Description:
Command line pastebin server
Homepage:
https://github.com/solusipse/fiche
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.9.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Command line pastebin server"
HOMEPAGE="https://github.com/solusipse/fiche"
SRC_URI="https://github.com/solusipse/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="acct-group/fiche
	acct-user/fiche"

src_prepare() {
	default

	# remove CFLAGS defined by upstream
	sed -i 's/ -O2//' Makefile || die "sed for Makefile.in failed"
}

src_install() {
	dobin fiche

	newinitd "${FILESDIR}"/fiche.initd fiche
	newconfd "${FILESDIR}"/fiche.confd fiche
}

Dependencies

RDEPEND

acct-group/fiche
	acct-user/fiche

Manifest for 0.9.1

Type File Size Source URLs
DIST fiche-0.9.1.tar.gz 10246 bytes https://github.com/solusipse/fiche/archive/0.9.1.tar.gz