Got from webdevtrick.
index.html
<!DOCTYPE html>
<!-- code by webdevtrick ( https://webdevtrick.com ) -->
<html lang="en" >
<head>| #!/bin/bash | |
| ########################################################################################################################################## | |
| # https://zditect.com/blog/53084068.html | |
| # On the Mac a dynamic library (dylib) has an "install name". The install name is a path | |
| # baked into the dynamic library that says where to find the library at runtime. When you | |
| # link against the dylib this path is saved in your binary so that your binary can find the | |
| # dylib at runtime. | |
| # If the given binary is a dylib | |
| # install_name_tool -id @rpath/<libname> will update the LC_ID_DYLIB (install name) of |
| SUMMARY = "Mergerfs union filesystem" | |
| DESCRIPTION = "mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices" | |
| LICENSE = "ISC" | |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=8edc8effbabde5b1c0835c3235a15b0e" | |
| PR = "r0" | |
| SRC_URI = "https://github.com/trapexit/mergerfs/releases/download/${PV}/${BPN}-${PV}.tar.gz" |
| LICENSE = "GPLv2 & GPLv3 & FreeImage-Public-1.0" | |
| LIC_FILES_CHKSUM = "\ | |
| file://license-fi.txt;md5=8e1438cab62c8f655288588dc43daaf6 \ | |
| file://license-gplv2.txt;md5=1fbed70be9d970d3da399f33dae9cc51 \ | |
| file://license-gplv3.txt;md5=b5c176c43d7fb06bf6dd56e79c490f5b \ | |
| " | |
| NO_GENERIC_LICENSE[FreeImage-Public-1.0] = "license-fi.txt" |
| LICENSE = "MIT" | |
| LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5b2c53b113bbcc0036c9903d4c8e7c8d" | |
| PR = "r0" | |
| SRC_URI = "https://github.com/git-lfs/git-lfs/releases/download/v${PV}/${BPN}-v${PV}.tar.gz" | |
| SRC_URI[md5sum] = "502d702888ae0c6fc07792cd13bcc321" | |
| SRC_URI[sha256sum] = "f8bd7a06e61e47417eb54c3a0db809ea864a9322629b5544b78661edab17b950" | |
| DEPENDS = "go-cross-${TUNE_PKGARCH}" |
Got from webdevtrick.
index.html
<!DOCTYPE html>
<!-- code by webdevtrick ( https://webdevtrick.com ) -->
<html lang="en" >
<head>