UploadIt: Update to v1.3.1

(Changes to online service Temp.sh)
This commit is contained in:
Humdinger
2026-03-01 17:59:28 +01:00
parent 487b2ef43a
commit 5593b261bd
2 changed files with 52 additions and 67 deletions

View File

@@ -0,0 +1,52 @@
SUMMARY="A Tracker add-on to upload a file or folder to an online service"
DESCRIPTION="UploadIt is a Tracker Add-On that uploads a single file or folder \
to an online service, currently https://temp.sh. A folder gets automatically \
zipped up before it's uploaded.
The URL for the uploaded file is put into the clipboard after the upload has \
finished, ready to be pasted into an email, a chat window or forum post.
Uploaded files are retained for 3 days. The maximum file size is 4 GiB.
Tip: Install Clipdinger from HaikuDepot. It includes a 'Clipboard Monitor' \
that you can embed as Replicant on the Desktop. When you see the upload URL \
appearing there, you know the file was uploaded successfully and the URL can \
be pasted."
HOMEPAGE="https://codeberg.org/humdinger/uploadit"
COPYRIGHT="2018-2026 Humdinger"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="4597d8cae750c47dae80ddbac13e36c5a687db687b84ec56e474c3317c41903a"
SOURCE_DIR="uploadit"
ARCHITECTURES="all"
PROVIDES="
uploadit = $portVersion
addon:UploadIt = $portVersion
"
REQUIRES="
haiku
cmd:curl
cmd:zip
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
"
BUILD()
{
make $jobArgs
make bindcatalogs
}
INSTALL()
{
make install INSTALL_DIR=$addOnsDir/Tracker
}

View File

@@ -1,67 +0,0 @@
SUMMARY="A Tracker add-on to upload a file or folder to an online service"
DESCRIPTION="UploadIt is a Tracker Add-On that uploads a single file or folder \
to the online service The Null Pointer at http://0x0.st/. A folder gets \
automatically zipped up before it's uploaded.
The URL for the uploaded file is put into the clipboard after the upload has \
finished, ready to be pasted into an email, a chat window or forum post.
Depending on the file size, uploaded files are retained for 30 days to one \
year. The maximum file size is 512 MiB.
0x0.st is NOT a platform for:
* piracy
* pornography
* extremist material of any kind
* malware / botnet C&C
* anything related to crypto currencies
* backups
* CI build artifacts
* doxxing, database dumps containing personal information
* anything illegal under German law
Uploads found to be in violation of these rules will be removed, and the \
originating IP address blocked from further uploads.
Tip: Install Clipdinger from HaikuDepot. It includes a 'Clipboard Monitor' \
that you can embed as Replicant on the Desktop. When you see the upload URL \
appearing there, you know the file was uploaded successfully and the URL can \
be pasted."
HOMEPAGE="https://github.com/humdingerb/UploadIt"
COPYRIGHT="2018-2024 Humdinger"
LICENSE="MIT"
REVISION="2"
srcGitRev="936687b05af012c511bc16f91ba62838072fb25d"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="392ac9c5ce7a788769fa92d3ca22cacf731d3eea46429a18484384d5b7cc24c6"
SOURCE_DIR="UploadIt-$srcGitRev"
ARCHITECTURES="all"
PROVIDES="
uploadit = $portVersion
addon:UploadIt = $portVersion
"
REQUIRES="
haiku
cmd:curl
cmd:zip
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
"
BUILD()
{
make $jobArgs
make bindcatalogs
}
INSTALL()
{
make install INSTALL_DIR=$addOnsDir/Tracker
}