Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AUR #29

Open
2dvoid opened this issue Apr 16, 2022 · 2 comments
Open

Add support for AUR #29

2dvoid opened this issue Apr 16, 2022 · 2 comments
Labels
packaging Package manager repos, binary downloads, etc.

Comments

@2dvoid
Copy link

2dvoid commented Apr 16, 2022

Please submit a PKGBUILD to the Arch User Repository if possible.

@notjedi
Copy link
Contributor

notjedi commented Apr 16, 2022

@Samyak2 you can prolly take a look at cargo-pkgbuild

here is the generated file that i got:

pkgname=toipe
pkgver=0.4.0
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A trusty terminal typing tester."
license=('MIT')

build() {
    return 0
}

package() {
    cd $srcdir
    cargo install --root="$pkgdir" --git=https://github.com/Samyak2/toipe
}

@Samyak2 Samyak2 added the packaging Package manager repos, binary downloads, etc. label Apr 17, 2022
@Samyak2
Copy link
Owner

Samyak2 commented Apr 17, 2022

There's an umbrella issue open for making toipe installable through package managers - #13

@Samyak2 you can prolly take a look at cargo-pkgbuild

here is the generated file that i got:

@notjedi thanks! I'll look at it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Package manager repos, binary downloads, etc.
Projects
None yet
Development

No branches or pull requests

3 participants