diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /cbindgen | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'cbindgen')
| -rw-r--r-- | cbindgen/.checksum | 1 | ||||
| -rw-r--r-- | cbindgen/.files | 3 | ||||
| -rw-r--r-- | cbindgen/abuild | 10 | ||||
| -rw-r--r-- | cbindgen/depends | 1 |
4 files changed, 15 insertions, 0 deletions
diff --git a/cbindgen/.checksum b/cbindgen/.checksum new file mode 100644 index 00000000..a6492916 --- /dev/null +++ b/cbindgen/.checksum @@ -0,0 +1 @@ +87247f49b62ef5c46e5afae125328e87f12f5cb541039d0c7361a11d5988f07d cbindgen-0.28.0.tar.gz diff --git a/cbindgen/.files b/cbindgen/.files new file mode 100644 index 00000000..e82ae792 --- /dev/null +++ b/cbindgen/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cbindgen diff --git a/cbindgen/abuild b/cbindgen/abuild new file mode 100644 index 00000000..5ff085c3 --- /dev/null +++ b/cbindgen/abuild @@ -0,0 +1,10 @@ +name=cbindgen +version=0.28.0 +release=1 +source="https://github.com/eqrion/$name/archive/v$version/$name-$version.tar.gz" + +build() { + cargo build --release + install -d $PKG/usr/bin/ + install -Dm755 target/release/cbindgen $PKG/usr/bin/ +} diff --git a/cbindgen/depends b/cbindgen/depends new file mode 100644 index 00000000..871732e6 --- /dev/null +++ b/cbindgen/depends @@ -0,0 +1 @@ +rust |