repo/hummingbird/build

5 lines
170 B
Text
Raw Normal View History

2020-11-30 20:07:26 +02:00
cd "${AL_TEMP_LOCATION}"
git clone https://github.com/Sweets/hummingbird hummingbird-build
cd hummingbird-build
make
make install DESTDIR="${AL_PKG_PACKAGE_PATH}/payload"