Skip to content

Commit

Permalink
dev-scheme/xdgdirs: initial import
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 16, 2021
1 parent 9a644e6 commit 0b3b189
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-scheme/xdgdirs/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST xdgdirs-2.2.tar.xz 359784 BLAKE2B 437d5a5840957c6e0482e38fcb8fa95c22e8d22001b26dd1c047d9c96e96c85fc47627880c9e92c1f5474c7c3bf61da29f8c9f28a4aa85b32d207ca29cf783dd SHA512 f57cf6e39e3c4ef7faa9034f9e42fb87a8398613f86a7d4f305810c9a845f649e56b754fc5a03fae41b368cd897527e9a8151eb16d1d91c6e4b170ba27bb1b11
7 changes: 7 additions & 0 deletions dev-scheme/xdgdirs/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
</maintainer>
</pkgmetadata>
22 changes: 22 additions & 0 deletions dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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"
IUSE="test"

RESTRICT="!test? ( test )"

RDEPEND=">=dev-scheme/guile-1.8"
DEPEND="test? ( ${RDEPEND} )"

src_test() {
GUILE_AUTO_COMPILE=0 emake check
}

0 comments on commit 0b3b189

Please sign in to comment.