diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-08 21:48:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-08 21:48:26 +0300 |
commit | f0242edd878f66919a227fdfebcf740816269b7c (patch) | |
tree | 1d75cf589958da13a6fb5afb5c7045a3a45be8f3 /extra/basu | |
parent | 6146e5fc3773b01e3696aa7e879ac39de8fa5fbc (diff) | |
download | repository-f0242edd878f66919a227fdfebcf740816269b7c.tar.gz |
basu: add new package at 0.2.0
Diffstat (limited to 'extra/basu')
-rwxr-xr-x | extra/basu/build | 10 | ||||
-rw-r--r-- | extra/basu/checksums | 1 | ||||
-rw-r--r-- | extra/basu/depends | 2 | ||||
-rw-r--r-- | extra/basu/sources | 1 | ||||
-rw-r--r-- | extra/basu/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/extra/basu/build b/extra/basu/build new file mode 100755 index 00000000..64ee0e20 --- /dev/null +++ b/extra/basu/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install diff --git a/extra/basu/checksums b/extra/basu/checksums new file mode 100644 index 00000000..64653cfe --- /dev/null +++ b/extra/basu/checksums @@ -0,0 +1 @@ +e2fda9b69fc6c4530173fcf8db94c29aa5f3ed932d948cc6a31892623cde5e4b v0.2.0.tar.gz diff --git a/extra/basu/depends b/extra/basu/depends new file mode 100644 index 00000000..f1cee8a7 --- /dev/null +++ b/extra/basu/depends @@ -0,0 +1,2 @@ +dbus +meson make diff --git a/extra/basu/sources b/extra/basu/sources new file mode 100644 index 00000000..e34ea4d3 --- /dev/null +++ b/extra/basu/sources @@ -0,0 +1 @@ +https://github.com/emersion/basu/archive/v0.2.0.tar.gz diff --git a/extra/basu/version b/extra/basu/version new file mode 100644 index 00000000..2f7905df --- /dev/null +++ b/extra/basu/version @@ -0,0 +1 @@ +0.2.0 1 |