diff options
author | David Robillard <d@drobilla.net> | 2023-01-20 15:53:52 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-01-20 15:53:52 -0500 |
commit | 1f68d229aaa163d9cb42c7784d20a44463066af9 (patch) | |
tree | 0574d48c078ca90516d8dd6a3d773ec675303729 /subprojects | |
parent | 33d8d2f16109745dd2ea10d7cd800a7909b6300a (diff) | |
download | pugl-1f68d229aaa163d9cb42c7784d20a44463066af9.tar.gz pugl-1f68d229aaa163d9cb42c7784d20a44463066af9.tar.bz2 pugl-1f68d229aaa163d9cb42c7784d20a44463066af9.zip |
Replace duplicated dox_to_sphinx script with sphinxygen dependency
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/sphinxygen.wrap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/subprojects/sphinxygen.wrap b/subprojects/sphinxygen.wrap new file mode 100644 index 0000000..013de9c --- /dev/null +++ b/subprojects/sphinxygen.wrap @@ -0,0 +1,14 @@ +# Copyright 2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + +[wrap-file] +directory = sphinxygen-1.0.0 +source_url = https://download.drobilla.net/sphinxygen-1.0.0.tar.gz +source_filename = sphinxygen-1.0.0.tar.gz +source_hash = 96b19e3b37d4886dcf3e89d4ccf0b66c0deb9f2e34ac151a7a6659a421f0282d + +# [wrap-git] +# url = https://gitlab.com/drobilla/sphinxygen.git +# push-url = ssh://git@gitlab.com:drobilla/sphinxygen.git +# revision = main +# depth = 1 |