-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibmemcached.yaml
61 lines (54 loc) · 1.3 KB
/
libmemcached.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
package:
name: libmemcached
version: 1.1.4
epoch: 0
description: Client library and command line tools for memcached server (resurrected)
copyright:
- license: BSD-3-Clause
environment:
contents:
packages:
- autoconf
- automake
- bison
- build-base
- busybox
- ca-certificates-bundle
- cmake
- cyrus-sasl-dev
- flex
- libevent-dev
- memcached-dev
- samurai
pipeline:
- uses: git-checkout
with:
repository: https://github.com/awesomized/libmemcached
expected-commit: 92d18858b417309f6bdee6bce464a4f3d6a375fd
tag: ${{package.version}}
- runs: |
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON \
-DENABLE_SASL=ON
cmake --build build
- runs: |
DESTDIR="${{targets.destdir}}" cmake --install build
# just junk top-level readme/changelog files from repo
rm -r "${{targets.destdir}}"/usr/share/doc
- uses: strip
subpackages:
- name: libmemcached-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libmemcached
- cyrus-sasl-dev
description: libmemcached dev
update:
enabled: true
github:
identifier: awesomized/libmemcached
strip-prefix: v