You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild

23 lines
508 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Displays names/values of XDG Basedir variables"
HOMEPAGE="https://www.gnuvola.org/software/xdgdirs/"
SRC_URI="https://www.gnuvola.org/software/xdgdirs/${P}.tar.xz"
LICENSE="GPL-3+ FDL-1.3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-scheme/guile-1.8"
DEPEND="test? ( ${RDEPEND} )"
src_test() {
GUILE_AUTO_COMPILE=0 emake check
}