No description
Find a file
2021-06-03 11:15:58 +08:00
PKGBUILDGenerator first commit 2021-06-03 11:15:58 +08:00
generate_pkgbuild_for_r.py first commit 2021-06-03 11:15:58 +08:00
README.md first commit 2021-06-03 11:15:58 +08:00

Simple script to generate PKGBUILD for building R pkgs in ArchLinux

Usage

Run python generate_pkgbuild_for_r.py --help for detail.

Features

  • support for R packages from CRAN
  • support for R packages from Bioconductor
  • recursively generate PKGBUILD for R packages and its depends
  • generate lilac.yaml and lilac.py for building in ArchLinux CN repo
  • and more...