Skip to content

Commit

Permalink
dev-util/dav3-test: Bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teerapatrk committed Feb 16, 2024
1 parent d1a6bef commit 4584c20
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/dav3-test/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST dav3-test-0.0.1.tar.gz 6025839 BLAKE2B a256fc547febdd841d3f6b1fb64798e4b4d449ab503931550941f0997769e374cb3de0ba7e5fe468c377fd892dcd64cf2f6fe4bb37e519f67248e1a4e41443e5 SHA512 3b5a906221a9b898f8a8b6905687b273e92383059868d81f15374d2508124c9dff893b30e08926c288fffa1ce8fa82620946cecc73780eef4fee8325cad208c1
DIST dav3-test-0.0.2.tar.gz 6195371 BLAKE2B 82fe6d33153aa4b1055eeef39d45d73e62e11ac792bb552eb4792fd5cc297198e781cf7c3c61b2558aea643941bf693d0acdd2162d991f1d821759cb69d1c409 SHA512 a3ecee3d51eeeeef9bbd21e8f2f9c726eb036c819df9c7f0dd1dc42c26e4e38b282051d0a457a052e4c1302cc29043c6dd53fa78f989404cbc191efda6c7c1c9
31 changes: 31 additions & 0 deletions dev-util/dav3-test/dav3-test-0.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="DeviceAtlas Validator"
HOMEPAGE="https://adjust.com"
SRC_URI="https://files.adjust.com/${P}.tar.gz"

LICENSE="no-source-code"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}"

src_configure() {
:
}

src_compile() {
:
}

src_install() {
dobin ${PN}
}

0 comments on commit 4584c20

Please sign in to comment.