mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
UploadIt: update to v1.2
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
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 Linx at https://linx.li. The URL for the uploaded file is put \
|
||||
online service Oshi at https://oshi.at. 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.
|
||||
|
||||
Currently the expiration time for the uploaded file is hard-coded to 1 week.
|
||||
The expiration time for the uploaded file is hard-coded to 2 weeks.
|
||||
Oshi currently allows files up to 1000 MiB in size.
|
||||
|
||||
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-2019 Humdinger"
|
||||
COPYRIGHT="2018-2020 Humdinger"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="de8a6a44653a500d00d9d6ac909791c33789e1fa349b3fb9c8c8a22a423942bb"
|
||||
CHECKSUM_SHA256="55ae16fb7de330ec2fdf85da7451e6ba3f192ada2e140ced034191398844d67c"
|
||||
SOURCE_DIR="UploadIt-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -27,6 +28,8 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:curl
|
||||
cmd:gawk
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
Reference in New Issue
Block a user