File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ pkgbase = lcl-bin
55 url = https://github.com/SimonSchubert/LinuxCommandLibrary
66 arch = x86_64
77 license = Apache-2.0
8- makedepends = unzip
8+ depends = glibc
9+ depends = libgcc
10+ depends = libxcrypt-compat
911 provides = lcl
1012 conflicts = lcl
1113 source = LinuxCommandLibrary-3.7.5-cli-linux-x64.zip::https://github.com/SimonSchubert/LinuxCommandLibrary/releases/download/v3.7.5/LinuxCommandLibrary-3.7.5-cli-linux-x64.zip
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ pkgdesc='Linux command reference and cheat sheets for your terminal'
88arch=(' x86_64' )
99url=' https://github.com/SimonSchubert/LinuxCommandLibrary'
1010license=(' Apache-2.0' )
11- makedepends=(' unzip' )
11+ depends=(
12+ ' glibc'
13+ ' libgcc'
14+ ' libxcrypt-compat'
15+ )
1216provides=(' lcl' )
1317conflicts=(' lcl' )
1418
Original file line number Diff line number Diff line change @@ -5,7 +5,19 @@ pkgbase = lcl-gui-bin
55 url = https://github.com/SimonSchubert/LinuxCommandLibrary
66 arch = x86_64
77 license = Apache-2.0
8+ depends = alsa-lib
9+ depends = bash
10+ depends = fontconfig
11+ depends = glibc
812 depends = hicolor-icon-theme
13+ depends = java-runtime
14+ depends = libglvnd
15+ depends = libstdc++
16+ depends = libx11
17+ depends = libxext
18+ depends = libxi
19+ depends = libxrender
20+ depends = libxtst
921 provides = lcl-gui
1022 conflicts = lcl-gui
1123 options = !strip
Original file line number Diff line number Diff line change @@ -8,7 +8,21 @@ pkgdesc='Linux command reference and cheat sheets - desktop application'
88arch=(' x86_64' )
99url=' https://github.com/SimonSchubert/LinuxCommandLibrary'
1010license=(' Apache-2.0' )
11- depends=(' hicolor-icon-theme' )
11+ depends=(
12+ ' alsa-lib'
13+ ' bash'
14+ ' fontconfig'
15+ ' glibc'
16+ ' hicolor-icon-theme'
17+ ' java-runtime'
18+ ' libglvnd'
19+ ' libstdc++'
20+ ' libx11'
21+ ' libxext'
22+ ' libxi'
23+ ' libxrender'
24+ ' libxtst'
25+ )
1226provides=(' lcl-gui' )
1327conflicts=(' lcl-gui' )
1428options=(' !strip' )
You can’t perform that action at this time.
0 commit comments