Programming/pgi: build-block added

This commit is contained in:
2019-03-11 11:42:09 +01:00
parent 4d0c99426c
commit dca59ebc2c
3 changed files with 59 additions and 0 deletions

19
Programming/pgi/build Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Programming'
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}