1
0
Fork 0

app-misc/quickdigitalcamera: add 0.1.0

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2023-03-27 08:55:30 -04:00
parent 0dbb7924ad
commit 66cf57e3cf
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST quickdigitalcamera-0.1.0.tar.gz 2613 BLAKE2B 35e43cc6d27d617d9fb532cab899232e0161e9e30badb8e89aa24da7fa709cbb829de091d8314278085e934265547ac3fa5644b7bb6bdd75fb0a4efa9ba40d61 SHA512 1ca8e2b9a2ab03e7d2f37b9c2454f1f85bf55c05713e338587b8b067898f4e8e83729f155ba02e66fd19dc6615fcdb38558b910bcc5ad9b29552cfbf858d96a0

View 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/*
}