Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
snapcast ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Nimo
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 111

PostPosted: Fri Apr 15, 2016 4:40 pm    Post subject: snapcast ebuild Reply with quote

Hi,


Probably my first ebuild, putting it up here if it's to use for anyone else try to build snapcast, might not check for dependencies:
Code:
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5


# project is hosted on github.com, so git-2 is needed (git is deprecated)
inherit git-r3

DESCRIPTION="Synchronous audio player"
HOMEPAGE="https://github.com/badaix/snapcast"
EGIT_REPO_URI="https://github.com/badaix/snapcast.git"
EGIT_MIN_CLONE_TYPE="mirror"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_unpack() {
   git-r3_src_unpack
}

src_install() {
    emake DESTDIR="${D}" -j1 installserver || die "emake installserver failed"
}

_________________
//Nimo
Back to top
View user's profile Send private message
armills
n00b
n00b


Joined: 31 Jan 2012
Posts: 6

PostPosted: Thu Jan 12, 2017 12:38 am    Post subject: Reply with quote

I've uploaded an updated version of this ebuild here for future googlers: https://github.com/armills/overlay/blob/master/media-sound/snapcast/snapcast-9999.ebuild
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum