opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

sets.lua (440B)


      1 local S = {}
      2 
      3 S.bin = {
      4 	'awk',
      5 	'bzip2',
      6 	'cproc',
      7 	'curl',
      8 	'git',
      9 	'hyx',
     10 	'less',
     11 	'man-pages-posix',
     12 	'mandoc',
     13 	'mblaze',
     14 	'md4c',
     15 	'msmtp',
     16 	'muon',
     17 	'openbsd',
     18 	'optipng',
     19 	'pax',
     20 	'pigz',
     21 	'pwgen',
     22 	'qbe',
     23 	'rc',
     24 	'samurai',
     25 	'sbase',
     26 	'sfeed',
     27 	'skeleton',
     28 	'spm',
     29 	'stagit',
     30 	'strace',
     31 	'the_silver_searcher',
     32 	'transmission',
     33 	'u-config',
     34 	'unzip',
     35 	'vis',
     36 	'zstd',
     37 }
     38 
     39 S.lib = {
     40 	'libtls-bearssl',
     41 	'netbsd-curses',
     42 }
     43 
     44 return S