Skip to content

Commit

Permalink
replace(main/dog->doge): Replace with maintained fork
Browse files Browse the repository at this point in the history
dog is no longer maintained and depends on openssl-1.1. It was recently
removed from homebrew: ogham/dog#136
  • Loading branch information
termux-pacman-bot committed Sep 11, 2024
1 parent fe84626 commit adfc3e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
22 changes: 0 additions & 22 deletions packages/dog/build.sh

This file was deleted.

15 changes: 15 additions & 0 deletions packages/doge/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
TERMUX_PKG_HOMEPAGE=https://github.com/Dj-Codeman/doge
TERMUX_PKG_DESCRIPTION="A command-line DNS client"
TERMUX_PKG_LICENSE="EUPL-1.2"
TERMUX_PKG_LICENSE_FILE="LICENCE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.2.7
TERMUX_PKG_SRCURL=https://github.com/Dj-Codeman/doge/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=7049e2ccd6907f4f4222b8ea84160d65b57aadbbee9498da353a00c576bc647e
TERMUX_PKG_REPLACES="dog"
TERMUX_PKG_DEPENDS="openssl, resolv-conf"
TERMUX_PKG_BUILD_IN_SRC=true

termux_step_pre_configure() {
rm $TERMUX_PKG_SRCDIR/makefile
}
File renamed without changes.

0 comments on commit adfc3e1

Please sign in to comment.