Skip to content

Commit

Permalink
remove dependencies subsumed by mulle-core, fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent 93cfce8 commit 805203a
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 81 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MulleInvocationQueue
# MulleThread

#### 🍝 MulleThread sleeps until nudged

Expand All @@ -8,7 +8,7 @@ serial in a separate thread.

| Release Version | Release Notes
|-------------------------------------------------------|--------------
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/MulleInvocationQueue.svg?branch=release) [![Build Status](https://github.com/MulleFoundation/MulleInvocationQueue/workflows/CI/badge.svg?branch=release)](//github.com/MulleFoundation/MulleInvocationQueue/actions) | [RELEASENOTES](RELEASENOTES.md) |
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/MulleThread.svg?branch=release) [![Build Status](https://github.com/MulleFoundation/MulleThread/workflows/CI/badge.svg?branch=release)](//github.com/MulleFoundation/MulleThread/actions) | [RELEASENOTES](RELEASENOTES.md) |


## MulleThread
Expand Down Expand Up @@ -53,7 +53,7 @@ or `-cancelWhenIdle` before.

| Requirement | Release Version | Description
|-----------------------|------------------|---------------
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🛸 MulleFoundationBase does something
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🧱 MulleFoundationBase amalgamates Foundations projects
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 📒 Lists mulle-objc runtime information contained in executables.

### You are here
Expand All @@ -62,21 +62,21 @@ or `-cancelWhenIdle` before.

## Add

Use [mulle-sde](//github.com/mulle-sde) to add MulleInvocationQueue to your project:
Use [mulle-sde](//github.com/mulle-sde) to add MulleThread to your project:

``` sh
mulle-sde add github:MulleFoundation/MulleInvocationQueue
mulle-sde add github:MulleFoundation/MulleThread
```

## Install

### Install with mulle-sde

Use [mulle-sde](//github.com/mulle-sde) to build and install MulleInvocationQueue and all dependencies:
Use [mulle-sde](//github.com/mulle-sde) to build and install MulleThread and all dependencies:

``` sh
mulle-sde install --prefix /usr/local \
https://github.com/MulleFoundation/MulleInvocationQueue/archive/latest.tar.gz
https://github.com/MulleFoundation/MulleThread/archive/latest.tar.gz
```

### Manual Installation
Expand All @@ -85,12 +85,12 @@ Install the requirements:

| Requirements | Description
|----------------------------------------------|-----------------------
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🛸 MulleFoundationBase does something
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🧱 MulleFoundationBase amalgamates Foundations projects
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | 📒 Lists mulle-objc runtime information contained in executables.

Download the latest [tar](https://github.com/MulleFoundation/MulleInvocationQueue/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/MulleFoundation/MulleInvocationQueue/archive/refs/tags/latest.zip) archive and unpack it.
Download the latest [tar](https://github.com/MulleFoundation/MulleThread/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/MulleFoundation/MulleThread/archive/refs/tags/latest.zip) archive and unpack it.

Install **MulleInvocationQueue** into `/usr/local` with [cmake](https://cmake.org):
Install **MulleThread** into `/usr/local` with [cmake](https://cmake.org):

``` sh
cmake -B build \
Expand Down
12 changes: 6 additions & 6 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{
description="🍝 MulleThread sleeps until nudged";
domain="github";
name="MulleInvocationQueue";
name="MulleThread";
user="MulleFoundation";
repo="MulleInvocationQueue";
homepage="https://github.com/MulleFoundation/MulleInvocationQueue";
license="BSD-3-Clause"
repo="MulleThread";
homepage="https://github.com/MulleFoundation/MulleThread";
license="BSD-3-Clause";
};
dependencies =
(
{
description="🛸 MulleFoundationBase does something";
description="🧱 MulleFoundationBase amalgamates Foundations projects";
domain="github";
name="MulleFoundationBase";
repo="MulleFoundationBase";
Expand All @@ -27,5 +27,5 @@
url="https://github.com/mulle-objc/mulle-objc-list";
user="mulle-objc";
}
)
);
}
Loading

0 comments on commit 805203a

Please sign in to comment.