1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00
Files
MyLFS-big_bash_script/example_extension/packages.sh
2022-07-30 00:23:30 -04:00

10 lines
507 B
Bash

# packages.sh
#export PKG_<SCRIPTNAME>=<pkg URL>
export PKG_LYNX=https://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.bz2
export PATCH_LYNX=https://www.linuxfromscratch.org/patches/blfs/11.1/lynx-2.8.9rel.1-security_fix-1.patch
export PKG_P11KIT=https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.xz
export PKG_MAKECA=https://github.com/lfs-book/make-ca/releases/download/v1.10/make-ca-1.10.tar.xz
export PKG_CURL=https://curl.se/download/curl-7.81.0.tar.xz