-
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: Bump version 0.0.2
- Loading branch information
1 parent
d1a6bef
commit 4584c20
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 +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 |
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} | ||
} |