Packages/BioArchLinux/r-iloreg/lilac.py
Pekka Ristola 703cf04958
r-*: use old Bioconductor sources for some packages
These packages don't have a source archive in the latest
Bioconductor release.
2024-02-13 19:04:41 +02:00

14 lines
286 B
Python

#!/usr/bin/env python3
from lilaclib import *
import os
import sys
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
from lilac_r_utils import r_pre_build
def pre_build():
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()
update_aur_repo()