dev-lisp/asdf-flv - 9999 (nest)

Search

Package Information

Description:
ASDF extension to provide support for file-local variables
Homepage:
https://github.com/didierverna/asdf-flv
License:
FSFAP

Ebuild Details

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

EAPI=8

inherit common-lisp-3 git-r3

DESCRIPTION="ASDF extension to provide support for file-local variables"
HOMEPAGE="https://github.com/didierverna/asdf-flv"
EGIT_REPO_URI="https://github.com/didierverna/${PN}.git"

LICENSE="FSFAP"
SLOT="0"

BDEPEND="dev-lisp/asdf"

src_prepare() {
	default

	mv {net.didierverna.,}asdf-flv.asd || die "mv failed"
	sed -i -e 's/net\.didierverna\.//g' asdf-flv.asd asdf-flv.lisp \
		package.lisp || die "sed failed"
}

Dependencies

BDEPEND

dev-lisp/asdf