13 lines
226 B
Plaintext
Executable File
13 lines
226 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
# :FIXME: needs review
|
|
|
|
pbuild::set_download_url "https://github.com/NixOS/$P/archive/$V.tar.gz" "$P-$V.tar.gz"
|
|
|
|
pbuild::add_to_group 'System'
|
|
|
|
pbuild::post_prep() {
|
|
cd "${SRC_DIR}"
|
|
./bootstrap.sh
|
|
}
|