diff options
Diffstat (limited to 'dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild')
-rw-r--r-- | dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild new file mode 100644 index 000000000000..c156bb325b5a --- /dev/null +++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Make fuzzy comparisons of strings and byte arrays" +HOMEPAGE="http://fstrcmp.sourceforge.net/" + +LICENSE="GPL-3+" +IUSE="test" +SLOT="0" + +SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/fstrcmp-0.7.D001" +KEYWORDS="~amd64 ~x86" |