mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-13 02:53:42 +00:00
style fix
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
# Copyright 2019 Gentoo Authors
|
# Copyright 2019 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
|
|
||||||
DESCRIPTION="uStreamer - Lightweight and fast MJPG-HTTP streamer"
|
DESCRIPTION="uStreamer - Lightweight and fast MJPG-HTTP streamer"
|
||||||
HOMEPAGE="https://github.com/pikvm/ustreamer"
|
HOMEPAGE="https://github.com/pikvm/ustreamer"
|
||||||
EGIT_REPO_URI="https://github.com/pikvm/ustreamer.git"
|
EGIT_REPO_URI="https://github.com/pikvm/ustreamer.git"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=dev-libs/libevent-2.1.8
|
>=dev-libs/libevent-2.1.8
|
||||||
>=media-libs/libjpeg-turbo-1.5.3
|
>=media-libs/libjpeg-turbo-1.5.3
|
||||||
@@ -22,8 +22,8 @@ DEPEND="
|
|||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ustreamer
|
dobin ustreamer
|
||||||
doman ustreamer.1
|
doman ustreamer.1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user