Simple script to generate PKGBUILD
for building R pkgs in ArchLinux
Run python generate_pkgbuild_for_r.py --help
for detail.
- support for R packages from CRAN
- support for R packages from Bioconductor
- recursively generate
PKGBUILD
for R packages and its depends - add
gcc-fortran
tomakedepends
if any Fortran source file is found in source tarball - generate
lilac.yaml
andlilac.py
for building in ArchLinux CN repo - and more...