Move gnuconfig under the spack org (#26370)

This commit is contained in:
Harmen Stoppels 2021-09-30 11:30:29 +02:00 committed by GitHub
parent 56eddf2e3c
commit b96d836a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@ class Gnuconfig(Package):
""" """
homepage = "https://www.gnu.org/software/config/" homepage = "https://www.gnu.org/software/config/"
git = "https://github.com/haampie/config.git" git = "https://github.com/spack/gnuconfig.git"
url = "https://github.com/haampie/config/archive/refs/tags/2021-08-14.tar.gz" url = "https://github.com/spack/gnuconfig/releases/download/2021-08-14/gnuconfig-2021-08-14.tar.gz"
maintainers = ['haampie'] maintainers = ['haampie']
version('master', branch='master') version('master', branch='master')
version('2021-08-14', sha256='1d1134f2f9d5f1342693793a536643c9aa11eaf672d1bf453ce2a415fdb8ebcc') version('2021-08-14', sha256='69b6d2868e70167ba1bdb9030b49beeb20f00b37e30825e83fd04291d96bc5f7')
def install(self, spec, prefix): def install(self, spec, prefix):
with working_dir(self.stage.source_path): with working_dir(self.stage.source_path):