mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
UploadIt: update to v1.3
Removed cmd:grep and cmd:awk from REQUIRED. No idea why those should be dependencies...
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
SUMMARY="A Tracker add-on to upload a file to an online service"
|
||||
DESCRIPTION="UploadIt is a Tracker Add-On that uploads a single file to the \
|
||||
online service The Null Pointer at http://0x0.st/. 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.
|
||||
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.
|
||||
@@ -25,11 +27,11 @@ 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-2020 Humdinger"
|
||||
COPYRIGHT="2018-2023 Humdinger"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d90f1352fd8f3be78f41a3ed88e753c668f31e0f2d1f03bbbb5c54e4b93fa539"
|
||||
CHECKSUM_SHA256="6403fb1dd619a994e00be6e85c955fd15587f362afb4640c4544cd145b360b09"
|
||||
SOURCE_DIR="UploadIt-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
@@ -41,8 +43,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:curl
|
||||
cmd:gawk
|
||||
cmd:grep
|
||||
cmd:zip
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
Reference in New Issue
Block a user