We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dbb4a commit 31b283fCopy full SHA for 31b283f
1 file changed
com.floatpane.matcha.yaml
@@ -21,6 +21,7 @@ modules:
21
- sed 's/@VERSION@/2.4.1/' pcsclite.h.in > pcsclite.h
22
- install -Dm644 pcsclite.h /app/include/pcsclite.h
23
- gcc -c -o pcsclite_stub.o pcsclite_stub.c
24
+ - mkdir -p /app/lib
25
- ar rcs /app/lib/libpcsclite.a pcsclite_stub.o
26
- install -Dm644 libpcsclite.pc /app/lib/pkgconfig/libpcsclite.pc
27
sources:
0 commit comments