Skip to content

Commit 4b0d0d8

Browse files
committed
feat: rewrite in C
1 parent 9e68106 commit 4b0d0d8

37 files changed

Lines changed: 5139 additions & 2443 deletions

vup/srcpkgs/core/vuru/template

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
# Template file for 'vuru'
1+
# Template file for 'vuru'
22
pkgname=vuru
3-
version=0.3.1
3+
version=0.3.2
44
revision=1
5-
build_style=cargo
6-
hostmakedepends="cargo pkg-config"
7-
makedepends="openssl-devel"
5+
build_style=gnu-makefile
6+
make_install_args="PREFIX=/usr"
7+
depends="curl"
88
short_desc="Void User Repo Utility - Simple package installer"
99
maintainer="AmarBego <begovicamar@proton.me>"
1010
license="MIT"
1111
homepage="https://github.com/VUP-Linux/vup"
1212
distfiles="https://github.com/VUP-Linux/vup/releases/download/v${version}/vuru-${version}.tar.gz"
13-
checksum="78578a4754967da91d4dc529fbd89c3c19a0b46beb85ed7e372551b53396a516"
14-
15-
post_install() {
16-
# Install completions generated by build.rs
17-
vcompletion $(find target -name "vuru.bash" -print -quit) bash
18-
vcompletion $(find target -name "_vuru" -print -quit) zsh
19-
vcompletion $(find target -name "vuru.fish" -print -quit) fish
20-
}
13+
checksum="SKIP"

vuru/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/target
1+
vuru
2+
obj

0 commit comments

Comments
 (0)