mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add package 'wgetpaste'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7e5e23ad2a
commit
375b8f29b0
@ -7,5 +7,6 @@ $SCRIPTS/install gdb
|
||||
$SCRIPTS/install mesa-demos
|
||||
$SCRIPTS/install htop # on user request
|
||||
$SCRIPTS/install nano # on user request
|
||||
$SCRIPTS/install wgetpaste
|
||||
|
||||
|
||||
|
8
packages/debug/wgetpaste/install
Executable file
8
packages/debug/wgetpaste/install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install wget
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/wgetpaste $INSTALL/usr/bin
|
1
packages/debug/wgetpaste/url
Normal file
1
packages/debug/wgetpaste/url
Normal file
@ -0,0 +1 @@
|
||||
http://wgetpaste.zlin.dk/wgetpaste-2.18.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user