No description
Find a file
2022-01-13 17:56:40 +00:00
PKGBUILDGenerator add new type of biocon 2022-01-11 15:29:09 +00:00
generate_pkgbuild_for_r.py first commit 2021-06-03 11:15:58 +08:00
LICENSE Create LICENSE 2021-06-07 22:08:39 +08:00
README.md add gcc-fortran to makedepends if Fortran source is found in source tarball 2021-06-07 00:49:53 +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
  • add gcc-fortran to makedepends if any Fortran source file is found in source tarball
  • generate lilac.yaml and lilac.py for building in ArchLinux CN repo
  • and more...