aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-20 13:26:48 +0200
committerLoïc Hoguin <[email protected]>2015-10-20 13:26:48 +0200
commitbfa0b2edc142cf32a74bcbb36632052a524c3437 (patch)
tree5fb3fb0599b02ba1dc67d6c01d5ce6a31b647d5a /index
parent7f1ace7622a5a9e046b8ae10accc8169ab59b047 (diff)
downloaderlang.mk-bfa0b2edc142cf32a74bcbb36632052a524c3437.tar.gz
erlang.mk-bfa0b2edc142cf32a74bcbb36632052a524c3437.tar.bz2
erlang.mk-bfa0b2edc142cf32a74bcbb36632052a524c3437.zip
Rename couch package into opencouch
Per request: https://github.com/ninenines/erlang.mk/issues/300 This commit also fixes issues with packages which have a different name than the application name.
Diffstat (limited to 'index')
-rw-r--r--index/couch.mk7
-rw-r--r--index/opencouch.mk7
2 files changed, 7 insertions, 7 deletions
diff --git a/index/couch.mk b/index/couch.mk
deleted file mode 100644
index e1993cb..0000000
--- a/index/couch.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += couch
-pkg_couch_name = couch
-pkg_couch_description = A embeddable document oriented database compatible with Apache CouchDB
-pkg_couch_homepage = https://github.com/benoitc/opencouch
-pkg_couch_fetch = git
-pkg_couch_repo = https://github.com/benoitc/opencouch
-pkg_couch_commit = master
diff --git a/index/opencouch.mk b/index/opencouch.mk
new file mode 100644
index 0000000..6bbc27f
--- /dev/null
+++ b/index/opencouch.mk
@@ -0,0 +1,7 @@
+PACKAGES += opencouch
+pkg_opencouch_name = couch
+pkg_opencouch_description = A embeddable document oriented database compatible with Apache CouchDB
+pkg_opencouch_homepage = https://github.com/benoitc/opencouch
+pkg_opencouch_fetch = git
+pkg_opencouch_repo = https://github.com/benoitc/opencouch
+pkg_opencouch_commit = master