Skip to content
Snippets Groups Projects
Commit d6af465f authored by Liz de Sartiges's avatar Liz de Sartiges Committed by Steve Lhomme
Browse files

contrib: add basu

provide sd-bus support for linux and BSD
parent 45aca358
No related branches found
No related tags found
1 merge request!2164Filesystem service discovery for linux
Pipeline #260502 passed with stages
in 39 minutes and 28 seconds
dbc2f72b6e1a880fa41fe6067a38a301f456e4305dae6eb4d465089d7d9c2f629677ba23752b3e1a1fd476cb440db01ef3a218c1c976f38d0058eed584c80165 basu-0.2.0.tar.gz
# basu
BASU_VERSION := 0.2.0
BASU_URL := http://git.sr.ht/~emersion/basu/refs/download/v$(BASU_VERSION)/basu-$(BASU_VERSION).tar.gz
ifdef HAVE_LINUX
ifndef HAVE_ANDROID
PKGS += basu
endif
endif
ifdef HAVE_BSD
ifndef HAVE_DARWIN_OS
PKGS += basu
endif
endif
$(TARBALLS)/basu-$(BASU_VERSION).tar.gz:
$(call download_pkg,$(BASU_URL),basu)
.sum-basu: basu-$(BASU_VERSION).tar.gz
basu: basu-$(BASU_VERSION).tar.gz .sum-basu
$(UNPACK)
$(MOVE)
.basu: basu crossfile.meson
cd $< && rm -rf ./build
cd $< && $(HOSTVARS_MESON) $(MESON) build
cd $< && cd build && ninja install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment