-
Notifications
You must be signed in to change notification settings - Fork 2
add dev-db/mmdbctl #958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
add dev-db/mmdbctl #958
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 @@ | ||
| DIST mmdbctl-1.4.8-deps.tar.xz 95152316 BLAKE2B 441ea3da2d4aebb285389f5ce636884e0fe5c85f2706cae9a7b9fe72be5c0cb543528d4d566a81aac7f18c00d6ee355fdba8cb8eb012ddeacff307d59cd6b649 SHA512 6c3d7c9fc9e71af15c1ad76341f4b959cf03627c6dbc512db1d44daf71a8238bd75f0d3d6628fab7e0d75484919153fdb8350caba8b8cf9b5b6fedfc192dde6b | ||
| DIST mmdbctl-1.4.8.tar.gz 63154 BLAKE2B e9255ec20eab35ded762f1c313cdb2a4667c4dfd21575fd817ba5bf49d9d7b8042c65d16dbebb9445638dae0895b0ceac8b9fead5ed28491b8129dd7d26cf83e SHA512 366fc5fd57ded6424f6404f011343bde0fe5cea2826886d7e4c9b21476c7534790ab49ccc3052a428e4e31b9f5f5a3f74c7e07f45d7260854828f9f383019d4c | ||
| EBUILD mmdbctl-1.4.8.ebuild 489 BLAKE2B 997c49b665d93108869658e27e72c1feaade3e8aaa8dbd929788afb13e805397fc84453e4d08fccaeccb62f335d33f9162b28f57717f113605f2d32f978ee8c1 SHA512 2ee6518f55292fe3f6e84418943bba7e5a19dc0862d9c4ed346cf0e5db258cb184021dd13bfa4d8f91fe68a4375b41e52c65dda91f5ab6184c1cc70f25c020d9 |
This file contains hidden or 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,25 @@ | ||
| EAPI=8 | ||
| inherit go-module | ||
|
|
||
| DESCRIPTION="Command-line tool for working with MaxMind DBs" | ||
| HOMEPAGE="https://github.com/ipinfo/mmdbctl" | ||
| SRC_URI="https://github.com/ipinfo/mmdbctl/archive/refs/tags/${P}.tar.gz -> ${P}.tar.gz | ||
| https://files.adjust.com/${P}.tar.xz -> ${P}-deps.tar.xz" | ||
|
|
||
| LICENSE="MIT" | ||
| SLOT="0" | ||
| KEYWORDS="~amd64 ~x86 ~arm64" | ||
| IUSE="" | ||
|
|
||
| S="${WORKDIR}/mmdbctl-${P}" | ||
|
|
||
| DEPEND="dev-lang/go" | ||
| BDEPEND="${DEPEND}" | ||
|
|
||
| src_compile() { | ||
| ego build -o mmdbctl | ||
| } | ||
|
|
||
| src_install() { | ||
| dobin mmdbctl | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.