Package Details: t50 v5.8.7-1

Git Clone URL: https://aur.archlinux.org/t50.git (read-only, click to copy)
Package Base: t50
Description: T50 (f.k.a. F22 Raptor) is a tool designed to perform 'Stress Testing'
Upstream URL: https://gitlab.com/fredericopissarra/t50
Licenses: GPLv2
Provides: t50
Submitter: notdodo
Maintainer: notdodo
Last Packager: notdodo
Votes: 3
Popularity: 0.001288
First Submitted: 2017-07-30 09:21 (UTC)
Last Updated: 2020-02-01 10:54 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

fusca commented on 2018-10-04 17:51 (UTC)

Hi... here's the PKGBUILD from Blackarch distro with some minor changes.

Can you update your PKGBUILD?

Thanks.

This file is part of BlackArch Linux ( http://blackarch.org ).
See COPYING for license details.

pkgname=t50 pkgver=5.8.2 pkgrel=1 pkgdesc='Experimental Multi-protocol Packet Injector Tool.' arch=('x86_64' 'armv6h' 'armv7h' 'aarch64') url='http://t50.sourceforge.net/' license=('GPL2') depends=('glibc') source=("https://gitlab.com/fredericopissarra/t50/-/archive/v$pkgver/t50-v$pkgver.tar.gz") sha512sums=('4aedc4e599e8360f10e292c1a9ce6b6d7e62e461cdaf6301189b77c25a68cd0d1f69f800e422fb114b3c1edacf3bbe9e595400a0d86d09bd3a78b564c562866f')

build() { cd "$pkgname-v$pkgver"

make }

package() { cd "$pkgname-v$pkgver"

install -dm 755 "$pkgdir/usr/bin" install -dm 755 "$pkgdir/usr/share/man/man8"

#make DESTDIR="$pkgdir" install

install -Dm 755 bin/t50 "$pkgdir/usr/bin/$pkgname" install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/t50/LICENSE" install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" TODO CHANGELOG doc/*.md \ doc/README.modules install -Dm 644 doc/t50.8 "$pkgdir/usr/share/man/man8/t50.8" }

notdodo commented on 2018-08-17 08:59 (UTC)

Thank you @famar, now it should be ok!

famar commented on 2018-08-17 00:22 (UTC) (edited on 2018-08-17 00:22 (UTC) by famar)

Hi, the upstream URL is currently replying with 404. Cannot install.

curl: (22) The requested URL returned error: 404 Not Found