This is a placeholder to hide my "Popular repositories", as they are outdated and no longer relevant.
Please upvote this GitHub suggestion: https://github.com/orgs/community/discussions/15310
This is a placeholder to hide my "Popular repositories", as they are outdated and no longer relevant.
Please upvote this GitHub suggestion: https://github.com/orgs/community/discussions/15310
| #!/usr/bin/env python3 | |
| import re | |
| import time | |
| import copykitten | |
| print("Ready") | |
| last = "" |
| FROM alpine AS base | |
| ENV CONF_ARGS="--disable-shared" \ | |
| CMAKE_ARGS="-DBUILD_SHARED_LIBS=0" \ | |
| CC="clang-15" \ | |
| CXX="clang++-15" \ | |
| LD="ld.lld" \ | |
| LDFLAGS="-no-pie -static -static-libgcc -Wl,--no-dynamic-linker -Wl,-static" | |
| RUN apk add --no-cache autoconf automake ca-certificates clang15 cmake eudev-dev gcc git gnupg libtool linux-headers make musl-dev ncurses-static ncurses-terminfo nghttp2-dev nghttp2-static openssl-dev openssl-libs-static pkgconf wget xz zlib-dev zlib-static | |
| FROM base AS libplist |
| .theme-dark .container__26baa { | |
| border-bottom: 1px solid var(--background-modifier-accent); | |
| } | |
| .theme-dark .background__2fff8 { | |
| background-color: var(--home-background); | |
| } | |
| .theme-dark .background_c54132 { | |
| background-color: var(--home-background); | |
| } | |
| .theme-dark { |