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

PacReq: lynxfetch #7143

Open
CelestifyX opened this issue Mar 7, 2025 · 0 comments
Open

PacReq: lynxfetch #7143

CelestifyX opened this issue Mar 7, 2025 · 0 comments
Labels
package request Request a pacscript

Comments

@CelestifyX
Copy link

Types

No response

URL

https://gitlab.com/lynxfetch/lynxfetch

Building guide

pkgname="lynxfetch"
arch=("x86_64")
pkgver="1.0.6"
source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
makedepends=("rustc")
pkgdesc="Super fast, versatile, and customizable command-line fetcher."
sha512sums=("29ecff0bf5382c5595ae8fee85970ba82d212056151cc304b602a1d4fd726bca4733b2d96dfd36b6d2c61788bf526b6b5b4e4296d28e4791af5cc7153a808629")
maintainer=("CELESTIFYX Team <[email protected]>")

package() {
    cd "${pkgname}-${pkgver}"

    cargo build --release
    install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin/"
}

Additional context

Good evening! Add this package to your repository, and also correct if I did something wrong in the package-build script)

@CelestifyX CelestifyX added the package request Request a pacscript label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package request Request a pacscript
Projects
None yet
Development

No branches or pull requests

1 participant