-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-util/dav3-test: version 0.0.3 (#877)
Signed-off-by: Teerapatr K. <[email protected]>
- Loading branch information
1 parent
43855f2
commit d64cff1
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
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 | ||
DIST dav3-test-0.0.3.tar.gz 6198118 BLAKE2B c632997f4ecc17742c2a692879b9aadc56e2d57ab0840e2edbd0e7cabdb95f85a5a62ef2301a2e861e688950a9c354d4eb34be40f6e6ff7f0c21c23b76c338f7 SHA512 f1f156e1083fb69cf410e698ea4810d8725535bc354e8b2aee9434ca3522647a18badbf5c4496ec6307ee3976d8963ebe24284afdb2f50709853c6babdf673ef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
} |