Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pacstall/pacstall

An AUR-inspired package manager for Ubuntu
https://github.com/pacstall/pacstall

chore(deps): bump rich from 12.4.4 to 13.3.4

dependabot[bot] opened this pull request almost 2 years ago
chore(deps): bump httpx from 0.23.0 to 0.24.0

dependabot[bot] opened this pull request almost 2 years ago
feat(pacscript): change needed variables to arrays

Henryws opened this pull request almost 2 years ago
fix(download): convert to lowercase for ending check

Henryws opened this pull request almost 2 years ago
chore(pacstall): `3.11.0` -> `3.11.1`

Henryws opened this pull request almost 2 years ago
fix: only delete stuff if not in payload mode

wizard-28 opened this pull request almost 2 years ago
fix(PACSTALL_PAYLOAD): do not delete file if payload is active

Henryws opened this pull request almost 2 years ago
chore(deps-dev): bump mypy from 0.950 to 1.2.0

dependabot[bot] opened this pull request almost 2 years ago
chore(deps-dev): bump pre-commit from 2.18.1 to 3.2.2

dependabot[bot] opened this pull request almost 2 years ago
chore(pacstall): `3.10.0` -> `3.11.0`

Henryws opened this pull request almost 2 years ago
Questions?

rafay99-epic opened this issue almost 2 years ago
chore(deps-dev): bump black from 22.3.0 to 23.3.0

dependabot[bot] opened this pull request almost 2 years ago
chore(deps): bump rich from 12.4.4 to 13.3.3

dependabot[bot] opened this pull request almost 2 years ago
chore(deps-dev): bump pre-commit from 2.18.1 to 3.2.1

dependabot[bot] opened this pull request almost 2 years ago
fix(select_options): make everything more explicit

Henryws opened this pull request almost 2 years ago
feat(pacscript): allow long descriptions

Henryws opened this pull request almost 2 years ago
chore(pacstall): `3.9.0` -> `3.10.0`

Henryws opened this pull request almost 2 years ago
fix(upgrade): numeric argument bug

wizard-28 opened this pull request almost 2 years ago
perf: remove `basename` command

Henryws opened this pull request almost 2 years ago
feat(pacscript): add backup key

Henryws opened this pull request almost 2 years ago
perf(grep): remove grep cases for bash regex

Henryws opened this pull request almost 2 years ago
feat(pacscript): add `homepage` property

Henryws opened this pull request almost 2 years ago
chore(pacstall): `3.8.1` -> `3.9.0`

Henryws opened this pull request almost 2 years ago
fix(select_options): ranges cannot go from num to num

Henryws opened this pull request almost 2 years ago
fix(select_options): only allow ranges from smallest to greatest

Henryws opened this pull request almost 2 years ago
fix(CARCH): set before source

Henryws opened this pull request almost 2 years ago
chore(deps-dev): bump pre-commit from 2.18.1 to 3.2.0

dependabot[bot] opened this pull request almost 2 years ago
fix(pacdeps): also check if `deps` no exist

Henryws opened this pull request almost 2 years ago
fix: localize as many vars as possible

Henryws opened this pull request almost 2 years ago
perf(install-local): use cut instead of awk, use bash globs instead of grep

Henryws opened this pull request almost 2 years ago
fix(deps): explicitly chosen optdepends are Depends

Henryws opened this pull request almost 2 years ago
feat: add `preinst` function

Henryws opened this pull request almost 2 years ago
refactor: quote variables & use `mapfile` wherever possible

Henryws opened this pull request almost 2 years ago
feat(update.sh): allow local updates

Henryws opened this pull request almost 2 years ago
fix(pacdeps): pacdeps are implicit deps to parent package

Henryws opened this pull request almost 2 years ago
feat(pacstall): add `PACSTALL_PAYLOAD` support

wizard-28 opened this pull request almost 2 years ago
chore(pacstall): `3.8.0` -> `3.8.1`

Henryws opened this pull request almost 2 years ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request almost 2 years ago
fix(pacdeps): move pacfile to `/tmp`

Henryws opened this pull request almost 2 years ago
fix(pacdeps): remove with sudo

Henryws opened this pull request almost 2 years ago
chore(deps-dev): bump codespell from 2.1.0 to 2.2.4

dependabot[bot] opened this pull request almost 2 years ago
chore(deps-dev): bump mypy from 0.950 to 1.1.1

dependabot[bot] opened this pull request almost 2 years ago
fix(error_log): append instead of overwrite

Henryws opened this pull request almost 2 years ago
chore(pacstall): `3.7.1` -> `3.8.0`

Henryws opened this pull request almost 2 years ago
chore(deps): bump rich from 12.4.4 to 13.3.2

dependabot[bot] opened this pull request almost 2 years ago
rm: useless `hash -r` run

Henryws opened this pull request almost 2 years ago
fix(error_log): logs in `/var/log` should not be user writable

Henryws opened this pull request almost 2 years ago
fix(SRCDIR): create without sudo

Henryws opened this pull request almost 2 years ago
fix(SRCDIR): remove at end of everything, no recreation

Henryws opened this pull request almost 2 years ago
feat(hashcheck): show broken hashes

Henryws opened this pull request almost 2 years ago
fix(install-local): remove duplicate code, use `SRCDIR`

Henryws opened this pull request almost 2 years ago
refactor(install-local): quote everything, remove sed command

Henryws opened this pull request almost 2 years ago
feat(main): allow format `username:branch` for updates

D-Brox opened this pull request almost 2 years ago
fix(upgrade): use `mktemp` to prevent easy injection

Henryws opened this pull request almost 2 years ago
feat(install-local): show package name at beginning and end

Henryws opened this pull request almost 2 years ago
ref(search): replace grep+cut+awk with awk

D-Brox opened this pull request almost 2 years ago
bug: `removescript() is ran before postinstall() function while reinstalling`

soumyaDghosh opened this issue almost 2 years ago
bug: Runtime dependencies are not installed before building

soumyaDghosh opened this issue about 2 years ago
dynamic templates

brainchild0 opened this issue about 2 years ago
request for interface specific for new package requests

brainchild0 opened this issue over 2 years ago
consider new approach to managing privileges, preferring root invocation

brainchild0 opened this issue over 2 years ago
Optional icon link for pacscripts

saenai255 opened this issue over 2 years ago
Add Pacstall in a GUI software center

soumyaDghosh opened this issue over 2 years ago
feat(upgrade.sh): Parallel package version comparison on upgrade

D-Brox opened this pull request over 2 years ago
Allow downloading of a file from package directory

sarmong opened this issue almost 3 years ago
feat(README): make basic commands section more readable

ghost opened this pull request almost 3 years ago
fix!: use `bash -ce` for pacscript functions

D-Brox opened this pull request almost 3 years ago
Add homepage property to pacscript

sarmong opened this issue almost 3 years ago
Switch to a toml config file

wizard-28 opened this issue about 3 years ago
Request: Add `--json` option

saenai255 opened this issue about 3 years ago
Launch `pacstall` using root

wizard-28 opened this issue about 3 years ago
Add a `preinstall()` hook

wizard-28 opened this issue about 3 years ago
Rewrite completions for Kournikova

wizard-28 opened this issue about 3 years ago
Change directories for storing data

echometerain opened this issue about 3 years ago
Add `pacoptdeps`

echometerain opened this issue about 3 years ago
Write unit tests and setup code coverage

wizard-28 opened this issue about 3 years ago
Create a usage section in the Wiki

wizard-28 opened this issue about 3 years ago
Create a "Pacscript 101" section in the wiki

wizard-28 opened this issue about 3 years ago
Implement `.pacscript` installation in Python & Bash

wizard-28 opened this issue about 3 years ago
Rewrite `query-info` command in Python

wizard-28 opened this issue about 3 years ago
Rewrite `upgrade` command in Python

wizard-28 opened this issue about 3 years ago
Rewrite `remove` command in Python

wizard-28 opened this issue about 3 years ago
Implement error logging in Python

wizard-28 opened this issue about 3 years ago
Rewrite `download` command in Python

wizard-28 opened this issue about 3 years ago
Rewrite `add-repo` command in Python

wizard-28 opened this issue about 3 years ago
Rewrite `search` command in Python

wizard-28 opened this issue about 3 years ago
Enhance API files

wizard-28 opened this issue about 3 years ago
Rewrite the main `pacstall` file in Python

wizard-28 opened this issue about 3 years ago
NEWS: Ongoing Rust rewrite

wizard-28 opened this issue about 3 years ago