Fix dependencies and add license
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
URL="https://lynx.invisible-island.net/current/"
|
||||
|
||||
# Get version number from tag name
|
||||
VERSION=$(curl -s -L "$URL" | grep 'We are currently working on Lynx ' | grep -o -E '([0-9]*)\.([0-9]*)\.([0-9]*)')
|
||||
|
||||
echo "$VERSION"
|
||||
@@ -1,7 +1,9 @@
|
||||
name: lynx
|
||||
description: A text-based browser
|
||||
version: 2.9.2
|
||||
revision: 2
|
||||
url: https://lynx.invisible-island.net/
|
||||
license: GPL2-only
|
||||
architecture: any
|
||||
depends: ["brotli","bzip2","glibc","libidn2","ncurses","openssl","zlib"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user