app-misc/quickdigitalcamera: add 0.1.0
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
0dbb7924ad
commit
66cf57e3cf
1
app-misc/quickdigitalcamera/Manifest
Normal file
1
app-misc/quickdigitalcamera/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST quickdigitalcamera-0.1.0.tar.gz 2613 BLAKE2B 35e43cc6d27d617d9fb532cab899232e0161e9e30badb8e89aa24da7fa709cbb829de091d8314278085e934265547ac3fa5644b7bb6bdd75fb0a4efa9ba40d61 SHA512 1ca8e2b9a2ab03e7d2f37b9c2454f1f85bf55c05713e338587b8b067898f4e8e83729f155ba02e66fd19dc6615fcdb38558b910bcc5ad9b29552cfbf858d96a0
|
29
app-misc/quickdigitalcamera/quickdigitalcamera-0.1.0.ebuild
Normal file
29
app-misc/quickdigitalcamera/quickdigitalcamera-0.1.0.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2023 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