diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-13 15:34:10 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-13 15:34:10 +0100 |
commit | 7acd06f01cf80e4afbcdcae42479b58375a23262 (patch) | |
tree | eeacf80e9e1a996b669cdce1fe6736b0483b74f1 | |
parent | 668d26620ca2a3dc357ce289fdd19035e22bfc16 (diff) | |
download | repository-7acd06f01cf80e4afbcdcae42479b58375a23262.tar.gz |
transmission: drop from repository
It's quite unfortunate to see a great tool such as transmission go
completely south with a single release. It seems the developers worked
really hard to crap on the source (by switching from C to C++, adding
unnecessary new dependencies etc.) and the build system (by switching
from autoconf to CMake). People, if you are really inclined for some
reason to switch to a new build system, at least switch to Meson and not
CMake. It's $CURRENT_YEAR for heaven's sake.
-rwxr-xr-x | community/transmission/build | 16 | ||||
-rw-r--r-- | community/transmission/checksums | 2 | ||||
-rw-r--r-- | community/transmission/depends | 4 | ||||
-rw-r--r-- | community/transmission/meta | 3 | ||||
-rw-r--r-- | community/transmission/sources | 1 | ||||
-rw-r--r-- | community/transmission/version | 1 |
6 files changed, 0 insertions, 27 deletions
diff --git a/community/transmission/build b/community/transmission/build deleted file mode 100755 index 85fda36c..00000000 --- a/community/transmission/build +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-nls \ - --enable-daemon \ - --enable-utp \ - --without-systemd-daemon \ - --without-gtk - -make LDFLAGS=-all-static -make DESTDIR="$1" install diff --git a/community/transmission/checksums b/community/transmission/checksums deleted file mode 100644 index ae904377..00000000 --- a/community/transmission/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -6392ba55e97c41d51f80e5d5e34ee20e5bf790ecde88980c00a62c33c5f3e580 transmission-3.00.tar.xz diff --git a/community/transmission/depends b/community/transmission/depends deleted file mode 100644 index 3fb19198..00000000 --- a/community/transmission/depends +++ /dev/null @@ -1,4 +0,0 @@ -curl make -libressl make -libevent make -zlib make diff --git a/community/transmission/meta b/community/transmission/meta deleted file mode 100644 index d96d0f68..00000000 --- a/community/transmission/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Fast, easy, and free BitTorrent client -license: MIT, GPL-2.0-or-later -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/transmission/sources b/community/transmission/sources deleted file mode 100644 index e4fe780f..00000000 --- a/community/transmission/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/transmission/transmission-releases/raw/master/transmission-3.00.tar.xz diff --git a/community/transmission/version b/community/transmission/version deleted file mode 100644 index 8a747a74..00000000 --- a/community/transmission/version +++ /dev/null @@ -1 +0,0 @@ -3.00 1 |