Skip to content

Commit

Permalink
Merge pull request #1 from mhx/master
Browse files Browse the repository at this point in the history
Added ebuild for Gentoo
  • Loading branch information
spacedentist committed Aug 22, 2012
2 parents edfd31c + 35cf3e7 commit e5a1702
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gentoo/lastjson-9999.ebuild
@@ -0,0 +1,19 @@
EAPI=4
inherit git-2

EGIT_REPO_URI="git://github.com/lastfm/last.json.git"

DESCRIPTION="Last.fm's C++ JSON library"
HOMEPAGE="https://github.com/lastfm/last.json"
SRC_URI=""
SLOT="live"

LICENSE="MIT"
KEYWORDS="~x86 ~amd64"

DEPEND="dev-libs/boost"

src_install() {
insinto /usr/include
doins -r include/lastjson
}

0 comments on commit e5a1702

Please sign in to comment.