Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
S
Sebastian Martinez
Add debian packaging of radicle-httpd 11 months ago b1bcfc7cd8caaeafe80bfac0dda04e3d53cec67a History
#!/usr/bin/make -f

DEB_BUILD_OPTIONS=nostrip

%:
	dh $@

override_dh_auto_build:
	asciidoctor --doctype manpage --backend manpage --destination-dir . *.adoc

override_dh_auto_install:
	mkdir -p debian/radicle-httpd/usr
	cargo install --offline --locked --root=debian/radicle-httpd/usr --path .
	find debian/radicle-httpd -name '.crates*' -delete

override_dh_auto_test:
	echo tests are disabled, for now