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-libs/cityhash/cityhash-1.0.3.ebuild

19 lines
417 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="Google's CityHash family of hash functions"
HOMEPAGE="https://github.com/google/cityhash"
SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
#IUSE="sse42" should be added by someone with a modern CPU
DEPEND=""
RDEPEND="${DEPEND}"