gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5682: update guile-hall to 0.1.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5682: update guile-hall to 0.1.1
Date: Sun, 1 Jul 2018 17:56:38 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5682
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-07-01 14:56:33 -0700
message:
  update guile-hall to 0.1.1
added:
  pkg/other/guile-hall/          guilehall-20180701215618-guu3zvxbq0t3lk6c-1
  pkg/other/guile-hall/Makefile  makefile-20180701215618-guu3zvxbq0t3lk6c-3
  pkg/other/guile-hall/config.mk config.mk-20180701215618-guu3zvxbq0t3lk6c-2
  pkg/other/guile-hall/sha256sums sha256sums-20180701215618-guu3zvxbq0t3lk6c-4
=== added directory 'pkg/other/guile-hall'
=== added file 'pkg/other/guile-hall/Makefile'
--- a/pkg/other/guile-hall/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-hall/Makefile     2018-07-01 21:56:33 +0000
@@ -0,0 +1,51 @@
+# Copyright ©2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    guile-hall
+GARNAME = guile-hall
+GARVERSION = 0.1.1
+HOME_URL = https://gitlab.com/a-sassmannshausen/guile-hall/
+DESCRIPTION =  scripts in guile to easily create/build/use guile projects
+define BLURB
+"Hall is a command-line application and a set of Guile libraries that
+allow you to quickly create and publish Guile projects. It allows you to
+transparently support the GNU build system, manage a project hierarchy and
+provides tight coupling to Guix."
+endef
+
+######################################################################
+# 
https://gitlab.com/a-sassmannshausen/guile-hall/-/archive/v0.1.1/guile-hall-v0.1.1.tar.bz2
+MASTER_SITES =  https://gitlab.com/
+MASTER_SUBDIR = a-sassmannshausen/guile-hall/-/archive/v0.1.1/
+
+DISTFILES = $(GARNAME)-v$(GARVERSION).tar.bz2 
+SIGFILES = 
+WORKSRC = $(WORKDIR)/$(GARNAME)-v$(GARVERSION)
+
+BUILDDEPS =
+LIBDEPS =
+USE_AUTORECONF = yes
+
+# doesn't quite build in this version; maybe later
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+

=== added file 'pkg/other/guile-hall/config.mk'
--- a/pkg/other/guile-hall/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-hall/config.mk    2018-07-01 21:56:33 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/guile-hall/sha256sums'
--- a/pkg/other/guile-hall/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-hall/sha256sums   2018-07-01 21:56:33 +0000
@@ -0,0 +1,1 @@
+96aa8dbfbf2e559945269b4bbba2a6b6ca3f16690304611138fef8cd19c7f0e7  
download/guile-hall-v0.1.1.tar.bz2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]