Added fileshare ebuild
This commit is contained in:
parent
f9284c38f1
commit
5f0128ab70
1
www-servers/fileshare/Manifest
Normal file
1
www-servers/fileshare/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EBUILD fileshare-9999.ebuild 526 SHA256 5e456fc0a20f4d0d1f116bb7c8f42db33132223d75e045b0f336185026e589ab SHA512 98f2595496c25bb7b8216c538868259a5bba070ccb8a1e22ceeff33c1e2d99f602c01ce060f8fc4ecc901a74bd97337f02e03b481f748a1a3027d145ced07811 WHIRLPOOL 8cdfd04d9f086cb6533311a4b78b5e03244e0f99f6536815aa408f8ce592797e63d4add8825da516cb4c1a2fce773fe5a53f2a1188df9a4d034fbea377a7b0d6
|
28
www-servers/fileshare/fileshare-9999.ebuild
Normal file
28
www-servers/fileshare/fileshare-9999.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Copyright 1999-2014 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="A small HTTP Server for quickly sharing files over the network."
|
||||||
|
HOMEPAGE="http://git.tkolb.de/fileshare/"
|
||||||
|
|
||||||
|
EGIT_REPO_URI="git://git.tkolb.de/fileshare.git"
|
||||||
|
|
||||||
|
LICENSE="PIZZAWARE"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="net-libs/libmicrohttpd[messages]"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
make BUILD=release
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin bin/release/fileshare
|
||||||
|
}
|
Loading…
Reference in a new issue