mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
wgetpaste: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f8b43c20eb
commit
217e9aa6f9
@ -2,7 +2,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install wget
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/wgetpaste $INSTALL/usr/bin
|
cp $PKG_BUILD/wgetpaste $INSTALL/usr/bin
|
||||||
|
14
packages/debug/wgetpaste/meta
Normal file
14
packages/debug/wgetpaste/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="wgetpaste"
|
||||||
|
PKG_VERSION="2.18"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://wgetpaste.zlin.dk"
|
||||||
|
PKG_URL="http://wgetpaste.zlin.dk/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS="wget"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="debug"
|
||||||
|
PKG_SHORTDESC="wgetpaste: Upload Directly to Pastebin from the Linux Shell"
|
||||||
|
PKG_LONGDESC="Wgetpaste is a tool for Uploading Directly to Pastebin from the Linux Shell"
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://wgetpaste.zlin.dk/wgetpaste-2.18.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user