summaryrefslogtreecommitdiff
path: root/community/exa/PKGBUILD
blob: 81065c1088aa50c8b3c07b2a6f138db0c30381e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# rust currenly broken, is based on LLVM 11
makedepends+=(llvm11)

# pandoc is mainly broken currently (FS32#180)
makedepends=(${makedepends[@]//pandoc/})
eval "$(
  declare -f build | \
    sed '
       s/pandoc/#pandoc/
    '
)"
eval "$(
  declare -f package | \
    sed '
       /exa.1/d
       /exa_colors.5/d
    '
)"