Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: xcaddy-0.4.4 #53791

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/xcaddy/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'xcaddy'
pkgname=xcaddy
version=0.4.4
revision=1
build_style=go
go_import_path="github.com/caddyserver/xcaddy"
short_desc="Build Caddy with plugins"
maintainer="elbachir-one <bachiralfa@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/caddyserver/xcaddy"
distfiles="https://github.com/caddyserver/xcaddy/archive/refs/tags/v${version}.tar.gz"
checksum=5ba32eec2388638cebbe1df861ea223c35074528af6a0424f07e436f07adce72

do_build() {
go build -o xcaddy ./cmd/xcaddy
}

do_install() {
install -Dm755 xcaddy ${DESTDIR}/usr/bin/xcaddy
}
Loading