From f6922e022f5dddb8cb2674646516ef07729f1896 Mon Sep 17 00:00:00 2001 From: r1w1s1 <9mqqtl44o@mozmail.com> Date: Mon, 22 Jul 2024 20:40:49 -0300 Subject: [PATCH] Removed tut --- tut/README | 13 --------- tut/build/slack-desc | 13 --------- tut/build/tut.Slackbuild | 75 ------------------------------------------------ tut/build/tut.info | 10 ------- 4 files changed, 111 deletions(-) delete mode 100644 tut/README delete mode 100644 tut/build/slack-desc delete mode 100644 tut/build/tut.Slackbuild delete mode 100644 tut/build/tut.info diff --git a/tut/README b/tut/README deleted file mode 100644 index 691533d..0000000 --- a/tut/README +++ /dev/null @@ -1,13 +0,0 @@ -tut: tut (Terminal-based Twitter client) -tut: -tut: Tut is a TUI (Text User Interface) Twitter client written in Go. -tut: It allows users to interact with Twitter from the command line, -tut: offering features like viewing timelines, posting tweets, and -tut: managing notifications. -tut: -tut: It is designed for users who prefer working in a terminal and -tut: appreciate a minimalist and efficient interface for interacting -tut: with Twitter. -tut: -tut: Homepage: https://github.com/RasmusLindroth/tut -tut: diff --git a/tut/build/slack-desc b/tut/build/slack-desc deleted file mode 100644 index 691533d..0000000 --- a/tut/build/slack-desc +++ /dev/null @@ -1,13 +0,0 @@ -tut: tut (Terminal-based Twitter client) -tut: -tut: Tut is a TUI (Text User Interface) Twitter client written in Go. -tut: It allows users to interact with Twitter from the command line, -tut: offering features like viewing timelines, posting tweets, and -tut: managing notifications. -tut: -tut: It is designed for users who prefer working in a terminal and -tut: appreciate a minimalist and efficient interface for interacting -tut: with Twitter. -tut: -tut: Homepage: https://github.com/RasmusLindroth/tut -tut: diff --git a/tut/build/tut.Slackbuild b/tut/build/tut.Slackbuild deleted file mode 100644 index 06a6c5b..0000000 --- a/tut/build/tut.Slackbuild +++ /dev/null @@ -1,75 +0,0 @@ -#!/bin/bash -# -# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -# Version 2, December 2004 -# -# Copyright (C) 2004 Sam Hocevar -# -# Everyone is permitted to copy and distribute verbatim or modified -# copies of this license document, and changing it is allowed as long -# as the name is changed. -# -# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION -# -# -# 0. You just DO WHAT THE FUCK YOU WANT TO. -# -# -# Slackware SlackBuild script -# =========================== -# By: r1w1s1 (https://fosstodon.org/@r1w1s1) -# For: tut -# Descr: tut (Terminal-based Twitter client) -# URL: https://github.com/RasmusLindroth/tut -# Changelog: -# v2.0.1: 29/june/2024 by r1w1s1 -# * Initial build. -PRGNAM=tut -VERSION=2.0.1 -BUILD=${BUILD:-1} -TAG=${TAG:-_r1w1s1} -ARCH=${ARCH:-x86_64} - -CWD=$(pwd) -TMP=${TMP:-/tmp/build} -PKG=$TMP/package-$PRGNAM -PKGTYPE=${PKGTYPE:-txz} -OUTPUT=${OUTPUT:-/tmp} - -# Define Go environment variables -export GOPATH=$TMP/go -export GOCACHE=$TMP/go-cache - -set-e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION - -wget -O $PRGNAM-$VERSION.tar.gz https://github.com/RasmusLindroth/tut/archive/refs/tags/$VERSION.tar.gz -tar xvf $PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION - -# Compile the application -go build -o $PRGNAM - -mkdir -p $PKG/usr/bin -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mkdir -p $PKG/usr/man/man1 - -install -m 0755 $PRGNAM $PKG/usr/bin - -cp -a README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION -cp -a config.example.toml $PKG/usr/doc/$PRGNAM-$VERSION -cp -a docs/man/$PRGNAM.1 $PKG/usr/man/man1 - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE - -cd $OUTPUT -md5sum $PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE > $PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE.md5 diff --git a/tut/build/tut.info b/tut/build/tut.info deleted file mode 100644 index 7b266c5..0000000 --- a/tut/build/tut.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="tut" -VERSION="2.0.1" -HOMEPAGE="https://github.com/RasmusLindroth/tut" -DOWNLOAD="https://github.com/RasmusLindroth/tut/archive/refs/tags/2.0.1.tar.gz" -MD5SUM="7192cf56bfeb294fad290eb98e0a1e64 " -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="r1w1s1" -EMAIL="74iua98hb@mozmail.com" -- 2.11.4.GIT