dog
Command-line DNS client
A user-friendly command-line DNS client. dig on steroids
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install dog
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
0.1.0 | 1affaa62cb7be66eb0f02b9fa94f11a3bdf1ac1f7be54e5a08cd55137133f858 |
235 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for dog are versioned here.
Click here to see dog ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/dog/ops2deb.yml
name: dog
version: 0.1.0
revision: "3"
homepage: https://github.com/ogham/dog
summary: command-line DNS client
description: A user-friendly command-line DNS client. dig on steroids.
fetch: https://github.com/ogham/dog/releases/download/v{{version}}/dog-v{{version}}-x86_64-unknown-linux-gnu.zip
script:
- mv bin/dog {{src}}/usr/bin/dog
The blueprint fetch
keyword contains a URL template pointing to dog releases. Downloaded files are locked in a lockfile versioned here.