From 3a03516e57b1f77a8a64674d4bc23b85c06ff809 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 14 May 2022 17:04:57 -0400 Subject: housekeeping --- sundry/spine_search_cgi/derivation.nix | 2 +- sundry/spine_search_cgi/makefile | 35 ---------------------------------- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 sundry/spine_search_cgi/makefile (limited to 'sundry') diff --git a/sundry/spine_search_cgi/derivation.nix b/sundry/spine_search_cgi/derivation.nix index 596957e..975e95b 100644 --- a/sundry/spine_search_cgi/derivation.nix +++ b/sundry/spine_search_cgi/derivation.nix @@ -110,6 +110,6 @@ mkDubDerivation rec { description = "a sisu like document parser"; license = licenses.agpl3Plus; platforms = platforms.linux; - maintainers = [ RalphAmissah ]; + maintainers = [ "RalphAmissah" ]; }; } diff --git a/sundry/spine_search_cgi/makefile b/sundry/spine_search_cgi/makefile deleted file mode 100644 index 5edde7c..0000000 --- a/sundry/spine_search_cgi/makefile +++ /dev/null @@ -1,35 +0,0 @@ -get_depends: - hwd=$$(echo `pwd`) && \ - gwd="$${hwd}/src/ext_depends_cgi" && \ - dirs=$$(echo `ls -gx $${gwd}`) && \ - license_bsl="Boost Software License 1.0 (BSL-1.0)" && \ - echo $${hwd} && \ - echo $${gwd} && \ - echo $${dirs} && \ - dub upgrade; \ - cd $${gwd} && \ - for dir in $${dirs}; do \ - if [ -d $${dir} ]; then \ - echo $${dir} && \ - if [[ "arsd" == $${dir} ]]; then \ - echo $${dir} && \ - rm -rf $${dir} && \ - mkdir $${dir} && \ - aria2c -o "$${dir}/cgi.d" "https://raw.githubusercontent.com/adamdruppe/arsd/master/cgi.d" && \ - cd $${gwd}; \ - elif [[ "d2sqlite3" == $${dir} ]]; then \ - echo $${dir} && \ - rm -rf $${dir} && \ - git clone --depth=1 https://github.com/dlang-community/$${dir} && \ - cd $${dir} && \ - echo "$${dir} `git rev-parse HEAD | cut -c 1-8`" > ../$${dir}.meta && \ - echo "https://github.com/dlang-community/$${dir}" >> ../$${dir}.meta && \ - echo "$${license_bsl}" >> ../$${dir}.meta && \ - cd $${gwd} && \ - rm -rf $${dir}/.git; \ - fi; \ - fi; \ - done; \ - cd $${hwd} -set_depends: get_depends - dub describe | sed 's~$(shell echo `pwd | sed 's_/_\\/_g'`)~.~g' > dub_describe.json -- cgit v1.2.3