app-misc/quickdigitalcamera: new package, add 9999
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
27acdf1a4e
commit
8a439935f9
11
app-misc/quickdigitalcamera/metadata.xml
Normal file
11
app-misc/quickdigitalcamera/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>chr@chymera.eu</email>
|
||||||
|
<name>Horea Christian</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">TheChymera/quickdigitalcamera</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
29
app-misc/quickdigitalcamera/quickdigitalcamera-9999.ebuild
Normal file
29
app-misc/quickdigitalcamera/quickdigitalcamera-9999.ebuild
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="The Personal Pastebin"
|
||||||
|
HOMEPAGE="https://github.com/TheChymera/quickdigitalcamera"
|
||||||
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
|
EGIT_REPO_URI="https://github.com/TheChymera/quickdigitalcamera.git"
|
||||||
|
inherit git-r3
|
||||||
|
else
|
||||||
|
SRC_URI="https://github.com/TheChymera/quickdigitalcamera/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
S="${WORKDIR}/quickdigitalcamera-${PV}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="
|
||||||
|
media-gfx/gphoto2
|
||||||
|
media-video/mpv
|
||||||
|
"
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin bin/*
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user