mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 03:00:57 +02:00
cameradar: 4.1.3 bump
This commit is contained in:
parent
9a01add630
commit
8a54d417b0
2 changed files with 81 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
DIST cameradar-4.1.1.tar.gz 4586656 BLAKE2B fcead4b0af1cae409354f17ad75611c0140c12180449db0b329eb28e24c57a4ea3f7aabef82ebd63ae5890dd4ad6c30bdf71f8a94cca305368ef418874858ca1 SHA512 b77f0f2ba629197e02314c544f138555fe136682cbb3bba5fe347409344cd09014a82737d14351bb60f404161aee8cd2b56abd9e46b00527c54b4ce051512d29
|
||||
DIST cameradar-4.1.2.tar.gz 4586779 BLAKE2B f5fa3146f643a7c433271c4967d751b67abca06993cb0f55373a067e139f2cc9c98b49815fdd710e4666b7910a9c567903d09766aa0163b49fd7f0f677353cce SHA512 1b2f54b8db028796193c51fc514f6a5d8f05573e297e67b9c0462b9b0e6c40bfd82542741089f7bbece70b892906839076141bc4b04fe6f15580c1fe57400972
|
||||
DIST cameradar-4.1.3.tar.gz 4587610 BLAKE2B 26e66566c1dce2738185b3ddc98828661cd751de51b770a131596315518627cde777a9441d8003436a4ab455af0ec0300a3fe7851797ce5c7d71cdcd1c22a3a7 SHA512 6f3697209a2ef970b46a08382701c14234f8c40f4ca24c3bfe5990558fdfd4a52ae23649d508cb80d95ab5607fd51178c05ed55930abd7235efc964689620a95
|
||||
DIST github.com-PuerkitoBio-goquery-v1.5.0.tar.gz 100975 BLAKE2B 8749b082f7ff43be3a758dd96680ffe7e6a0e445fa9331926501e92053f39171b9f491e65a23932d7ea82d9fa16820b7f26196efb0b36d728f5f3912508ca817 SHA512 40a51ec17bb465d4fafd9173c44fa655f48e5ba47608b2e52282fa885aa98332e2c96459be38a911f38294aa4f322939fe86751359deca529b7a25036917bd1a
|
||||
DIST github.com-Ullaakut-disgo-v0.3.1.tar.gz 2203912 BLAKE2B dfa420d3ee970338b7d22f6009a915a03ce8621b5e068a4761dd72635f355da0633d1928aba208ccf763114bc97424835e42723afc4cefcd5cf1092482910f76 SHA512 a2ed1a11cc315fbc692ecae527f69ea8a7920a0b1c1edc1b9b8539bf737bef71fc8313024f64b225c3a175ecd81596982f6708cde1089aeaf11ca11ba29cc8fc
|
||||
DIST github.com-Ullaakut-go-curl-597e157bbffd.tar.gz 25932 BLAKE2B b58930922a515647db8256034450a2a5221c30b3aab1b06cebf467b98e154515975db37ad174e765ca0b524ddaeb57c4833a134e65ba79a08d77147f8b0d88a5 SHA512 cd21634a093282c59c79571c276a728be2955d8c02cbaa7b5aa6cafb56c63af181ae2a884c8d5db3c08f5d2eea9cd31fbeda419ea4f9c29c0cafb08ff7de42bb
|
||||
|
|
|
|||
80
net-analyzer/cameradar/cameradar-4.1.3.ebuild
Normal file
80
net-analyzer/cameradar/cameradar-4.1.3.ebuild
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
#extracted using 'go mod vendor' -> grep "# g" ./vendor/modules.txt | sort file
|
||||
EGO_VENDOR=(
|
||||
"github.com/andybalholm/cascadia v1.0.0"
|
||||
"github.com/davecgh/go-spew v1.1.1"
|
||||
"github.com/fatih/color v1.7.0"
|
||||
"github.com/fsnotify/fsnotify v1.4.7"
|
||||
"github.com/hashicorp/hcl v1.0.0"
|
||||
"github.com/magiconair/properties v1.8.0"
|
||||
"github.com/mattn/go-colorable v0.1.2"
|
||||
"github.com/mattn/go-isatty v0.0.8"
|
||||
"github.com/mitchellh/mapstructure v1.1.2"
|
||||
"github.com/pelletier/go-toml v1.2.0"
|
||||
"github.com/pmezard/go-difflib v1.0.0"
|
||||
"github.com/PuerkitoBio/goquery v1.5.0"
|
||||
"github.com/spf13/afero v1.1.2"
|
||||
"github.com/spf13/cast v1.3.0"
|
||||
"github.com/spf13/jwalterweatherman v1.0.0"
|
||||
"github.com/spf13/pflag v1.0.3"
|
||||
"github.com/spf13/viper v1.4.0"
|
||||
"github.com/stretchr/objx v0.1.1"
|
||||
"github.com/stretchr/testify v1.2.2"
|
||||
"github.com/Ullaakut/disgo v0.3.1"
|
||||
"github.com/Ullaakut/go-curl 597e157bbffd"
|
||||
"github.com/Ullaakut/nmap v2.0.0"
|
||||
"github.com/vbauerster/mpb v3.4.0"
|
||||
"github.com/VividCortex/ewma v1.1.1"
|
||||
# "golang.org/x/crypto c2843e01d9a2"
|
||||
# "golang.org/x/net f3200d17e092"
|
||||
# "golang.org/x/sys a9d3bda3a223"
|
||||
# "golang.org/x/text v0.3.0"
|
||||
"gopkg.in/yaml.v2 v2.2.2 github.com/go-yaml/yaml"
|
||||
# "gopkg.in/go-playground/validator v9.27.0 github.com/go-playground/validator"
|
||||
)
|
||||
|
||||
EGO_PN=github.com/ullaakut/cameradar
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="Cameradar hacks its way into RTSP videosurveillance cameras"
|
||||
HOMEPAGE="https://github.com/ullaakut/cameradar"
|
||||
LICENSE="BSD"
|
||||
|
||||
ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}"
|
||||
SRC_URI="${ARCHIVE_URI} ${EGO_VENDOR_URI}"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="gnome X"
|
||||
|
||||
DEPEND=">=dev-lang/go-1.12
|
||||
dev-go/go-crypto
|
||||
dev-go/go-net
|
||||
dev-go/go-sys
|
||||
dev-go/go-text"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
# eapply "${FILESDIR}/${PV}-path.patch"
|
||||
eapply "${FILESDIR}/4.1.1-path.patch"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd src/${EGO_PN}/cmd/cameradar
|
||||
|
||||
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
|
||||
go build -v -work -x ${EGO_BUILD_FLAGS} -o "${S}/bin/cameradar" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/cameradar
|
||||
|
||||
insinto /usr/share/cameradar/
|
||||
doins src/"${EGO_PN}"/dictionaries/{credentials.json,routes}
|
||||
}
|
||||
Loading…
Reference in a new issue