mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
17 lines
251 B
Bash
17 lines
251 B
Bash
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
src_unpack() {
|
|
mkdir -p boost-unordered-patch
|
|
}
|
|
|
|
src_configure() {
|
|
:
|
|
}
|
|
|
|
src_compile() {
|
|
:
|
|
}
|
|
|
|
src_install() {
|
|
install -D -m 0644 /dev/null "${DESTDIR}/usr/share/boost-unordered-patch.done"
|
|
}
|