Packages/BioArchLinux/r-basicstan/lilac.py
Pekka Ristola 416dac4abf
r-*: ignore some values in SystemRequirements
GNU make and a C++ compiler are always available, because
make and gcc are dependencies of base-devel.

The ignored values "C++11", "C++17" and "GNU make" indicate
build-time dependencies only.
2023-12-15 07:42:01 +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()