#!/SBUILD _disabled: false pkg: "dummyhttp" pkg_id: "svenstaro.dummyhttp" pkg_type: "static" ghcr_pkg: "svenstaro/dummyhttp" category: - "ConsoleOnly" - "Network" - "Utility" description: "Super simple HTTP server that replies a fixed body with a fixed response code" homepage: - "https://github.com/svenstaro/dummyhttp" maintainer: - "QaidVoid (contact@qaidvoid.dev)" license: - "MIT" build_asset: - url: "https://raw.githubusercontent.com/svenstaro/dummyhttp/master/LICENSE" out: "LICENSE" - url: "https://github.com/svenstaro/dummyhttp/releases/download/v${PKGVER}/dummyhttp-${PKGVER}-${ARCH}-unknown-linux-musl" out: "dummyhttp" note: - "Official binary from https://github.com/svenstaro/dummyhttp" - "[PORTABLE] (Portable Static Binary)" - "[NO_DESKTOP_INTEGRATION]" provides: - "dummyhttp" repology: - "dummyhttp" src_url: - "https://github.com/svenstaro/dummyhttp" tag: - "http" - "server" - "cli" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | curl -qfsSL "https://api.github.com/repos/svenstaro/dummyhttp/releases/latest" | jq -r '.tag_name' | tr -d 'v'