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

fix: regex check data files, redirect all dpkg-query output

38a485dfe42b67316a18a5cacbf8b2653f0110e2 authored over 1 year ago
fix(is_package_installed): redirect `dpkg-query` stderr to dev null

7aafca9dc7bf75d6020ed24c60749febe1a5f91d authored over 1 year ago
fix(pacstall): use builtin `:` instead of true, remove useless branch

13842dd36cf0722a6cb03ae8151517332681eca8 authored over 1 year ago
feat(pacscript): add `DISTRO` variable (#918)

df5c08ea005d58c98c2dfa9a6c0f57fd4c7776b8 authored over 1 year ago
feat(install): add `package` func to replace `install` (#917)

b4413d7366123da90561851aca0c565525b8eae2 authored over 1 year ago
fix(createdeb): allow top level files (#919)

379e8b6cd1ea61620ce3e38034a9aae44d9f0912 authored over 1 year ago
fix(is_apt_package_installed): accurately check install status (#916)

357a5013bcdf17d659c508c03da13c9fadced3ea authored over 1 year ago
fix(query-info): add better error message for not installed pkg

2a2e1033d340b37cb7b35d1f993fe3057abb2143 authored over 1 year ago
fix(is_apt_package_installed): suggest purging instead of removing

a5b9db94948e1a0e634d31908f11f9d21ea605aa authored over 1 year ago
refactor(pacstall): remove `dirname`, use redirection for sed, merge `[[ ]]` (#913)

198f9a91994ce7e760a85f9a1949b3c74c695ba9 authored over 1 year ago
refactor(pacstall): cut first char in var instead of sed (#912)

8b233a9a46fb8053d94b7eb39475215535a6536a authored over 1 year ago
fix(remove): switch back to remove -_-

91326abbbab39f251108a92acad91332a9ec2ee2 authored over 1 year ago
fix(*): assorted fixes (#909)

0cd7d8c31092bd27d134633678de7ba0eb2b468b authored over 1 year ago
tempfix: force set `$URL` to repair `-Up` function (#911)

* tempfix: force set `$URL` to repair `-Up` function

Original issue: `rhino-core` received a de...

97a41d406a1939173d7dd00fa517c2105b39b3d9 authored over 1 year ago
chore(pacstall): `3.12.1` -> `3.13.0`

b3e638683e8cc1cb778856b4795c4b1478f20f40 authored over 1 year ago
chan(makedeb): do not show packaging status if $name and $gives are the same (#907)

edf5381d3b06685d6b93f3e1728399bae2d13ec8 authored over 1 year ago
fix(NCPU): do not declare as readonly

da08b6a2cb89b3a73dc33a69c654932628aab6e5 authored over 1 year ago
style(upgrade): remove question marks

af8a32c5f648d68cd71e8c3f6b30103f7caac892 authored over 1 year ago
refactor(func): minify `nproc` lines (#904)

08dbdba40c26da35dc6e1ed414cadaa8c95acb0c authored over 1 year ago
refactor(*): use `printf` instead of `date` (#903)

e9e2eb5eb670a239015090bed0592cb830093b59 authored over 1 year ago
fix(NCPU): no more readonly

It messes up when trying upgrades because the environment stays over
`install-local.sh`.

a98e9ab8ffb4a4e3f530b70ad60d79184fc97e3c authored over 1 year ago
fix(remove.sh): we do not need to log simple stuff (#902)

af421d0a6bb718880f9874d41827b1a40d9fb531 authored over 1 year ago
fix(checks): add check for name/PACKAGE mismatch (#901)

d2aefd8d25ef044a162102a72b926827380df675 authored over 1 year ago
fix(replace): do not prompt for replace (#900)

438a5858229b19631fe72434572cda3d26177c34 authored over 1 year ago
chan(README): change install URL

d1c4d9e36226bc206e7edfd091c749acc79f9f71 authored over 1 year ago
fix(checks): add check for `description` (#898)

* fix(checks): add check for `description`

* Format like other checks

bd929c28f19023696eda49610d4679d202b7eedf authored over 1 year ago
refactor(postscripts): minify for size (#897)

d6a3c0c8ec2cbb5bd27e4f859cb1b9dbe2a984db authored over 1 year ago
feat(pacscript): add `NCPU` variable bound to `nproc` (#896)

0c9b92667e6beb035ede836be3ef01adb86a3c12 authored over 1 year ago
chore(pacstall): `3.12.0` -> `3.12.1` (#894)

a8c3ca203e2ee1da85bda79ef3f6b36a57d2d193 authored over 1 year ago
perf(colors): remove tput (#893)

3006ecca0e1b8470dfcfe785aef50a6dd6711b33 authored over 1 year ago
fix(is_apt_package_installed): remove `${:?}`

66898337648b2242fc193a269beb1384d22c65e7 authored over 1 year ago
refactor(*): remove `NORMAL` variable (#892)

bfd046b4301122fb19478579f7520d89c9e859e7 authored over 1 year ago
perf: remove instances of `tr` in favor of pure bash (#890)

92c5373d13aed09663cdf6780ea1f627f3fd0e53 authored over 1 year ago
fix(install): initialize `PACSTALL_INSTALL` (#891)

7c16dcb92da22b057a3dcc318481e072f19e8e27 authored over 1 year ago
fix(trap_ctrlc): `$2` is not the global one, it is the argument (#889)

f29abbe4ad346ec55cf6cd8e49325a6a2b79e541 authored over 1 year ago
refactor(*): add more arithmetic checks

e2b56ad866d07ea2d0f3c90f8a9f9de5958443c8 authored over 1 year ago
fix(build_depends): prevent dep yoinking (#885)

d3606fee7dbf35342519da9669799b132c8b3409 authored over 1 year ago
fix(post_scripts): use raw ascii code instead of tput (#887)

2401f8ddd1054994409698daf36aaa52494d3fc6 authored over 1 year ago
refactor(*): combine multiple checks (#886)

* refactor(*): combine multiple checks

Hey Wizard, are you happy I'm using refactor instead of ...

1c91fba7cbbb5fc3ebd52202b3128f91bbcc7393 authored over 1 year ago
chore(pacstall): `3.11.1` -> `3.12.0` (#883)

faf998a3a099956bd7f8e4c6aa7ebc2637fc022f authored almost 2 years ago
feat(pacscript): change replace to array (#882)

6024eb33a7309ae90f6234bcaf35bafd6420e4f0 authored almost 2 years ago
fix(completions): add `command` to prefix `ls`

73034dd26072b48d1aacc31ce455687ad80dd787 authored almost 2 years ago
rm(completions): awk (#880)

bbd42b24f45c7ccaae1298f14cad1565cef218c3 authored almost 2 years ago
chore(github): deactivate dependabot on `python3-rewrite`

04d3f53f56e0cc3679da75fd23d276a96cf33860 authored almost 2 years ago
refactor(*): use `(())` instead of `[[ -eq ]]` (#879)

* refactor(*): use `(())` instead of `[[ -eq ]]`

* Remove extra space

509058ac530091cd976a5acc94d8cfc7a3eeec8c authored almost 2 years ago
feat(pacscript): change needed variables to arrays (#876)

* feat(pacscript): change needed variables to arrays

* Pass name not arguments

* Add `buil...

d3778ca8c8af93595454de36a1e9d85bc18b67a6 authored almost 2 years ago
fix(download): convert to lowercase for ending check (#875)

15f9db36926566168a7ca761d11c59f383925f8a authored almost 2 years ago
chore(pacstall): `3.11.0` -> `3.11.1` (#873)

a80cf3dd70c9b82efc1b74f65cfd205a93cba425 authored almost 2 years ago
fix: only delete stuff if not in payload mode (#872)

25bf0c94704c3bbbf0ce5e4e6695f954a23cf478 authored almost 2 years ago
chore(pacstall): `3.10.0` -> `3.11.0` (#866)

d9cc269884ada430559c9a35f40b7c3dc133392f authored almost 2 years ago
typo(README): add missing `the`

3459b9cf5798b116f2d612866d5ed1ad31c28e45 authored almost 2 years ago
fix(select_options): make everything more explicit (#861)

* fix(select_options): make everything more explicit

* shfmt

fbe8e7d198d207c219ec8bd4b907c0de5c005979 authored almost 2 years ago
feat(pacscript): add backup key (#855)

* feat(pacscript): add `backup` key

* fix(backup): add the normal case

* It makes more sen...

cc8f0d7b249da94e040b30af439b7517d28b2601 authored almost 2 years ago
feat(pacscript): allow long descriptions (#860)

* feat(pacscript): allow long descriptions

* Oops

21e5a7f7759f048715e94838b58e61ce23a9c668 authored almost 2 years ago
chore(pacstall): `3.9.0` -> `3.10.0` (#858)

ee6883857b9c2dca4783d075c0659909512b72fd authored almost 2 years ago
perf(grep): remove grep cases for bash regex (#854)

* rm(grep): remove some grep cases for bash regex

* rm(grep): add `is_package_installed` func...

c03005fa4f422933a947ba751a1dfd959b67b32a authored almost 2 years ago
perf: remove `basename` command (#856)

fc73942e3bf8813dd74fcfc7c61e59f278fd7e27 authored almost 2 years ago
fix(upgrade): numeric argument bug (#857)

93db0a1eda2237d1adf36115176395fdf4e9ea1b authored almost 2 years ago
feat(pacscript): add `homepage` property (#853)

4f7fe57cd58ab46c54c735aab0c9f3534cd52127 authored almost 2 years ago
chore(pacstall): `3.8.1` -> `3.9.0` (#851)

023241912f4f6d31adb321488f0815dc3b739a9d authored almost 2 years ago
fix(select_options): ranges cannot go from num to num (#850)

f6a52522a340890716f28267685141b554c0fe4f authored almost 2 years ago
fix(select_options): only allow ranges from smallest to greatest (#849)

5c0f8b0fc572993a8cb84c59887c79ce76b92800 authored almost 2 years ago
fix(pacdeps): also check if `deps` no exist (#846)

d96d971cd6e51457cb363d14393c0d26c1e014bf authored almost 2 years ago
fix(CARCH): set before source (#848)

8da25595f667fbd9cb0c195d814e22321ac2a7fc authored almost 2 years ago
fix: localize as many vars as possible (#845)

820985317d260697c161496d737fdb087382b84b authored almost 2 years ago
perf(install-local): use cut instead of awk, use bash globs instead of grep (#844)

5e531b9d351062668a4c711af78211e3f4706eca authored almost 2 years ago
fix(deps): explicitly chosen optdepends are Depends (#843)

43c632e50ede39b1c387dff505d2a0a3a162b4b6 authored almost 2 years ago
feat(update.sh): allow local updates (#840)

d1e66c1d6315096edcb3a7354ac429c2a2c14399 authored almost 2 years ago
feat: add `preinst` function (#842)

148151b987519f4b5c7b19c3877c1f9583784835 authored almost 2 years ago
refactor: quote variables & use `mapfile` wherever possible (#841)

Co-authored-by: Sourajyoti Basak <[email protected]>

187ae2554a3a7ade1dd8e5c8b56a29d5afe52dc6 authored almost 2 years ago
feat(pacstall): add `PACSTALL_PAYLOAD` support (#838)

Co-authored-by: Plasma <[email protected]>

ac8871a0e17b7502c8e1356588b61307e54dedf4 authored almost 2 years ago
fix(pacdeps): pacdeps are implicit deps to parent package (#839)

10348ba978c28114bde40d0a9c4439721fe1c6cf authored almost 2 years ago
chore(pacstall): `3.8.0` -> `3.8.1` (#836)

6a8e13aab10ecd7c13e79e2453ae1cdb52d7a222 authored almost 2 years ago
fix(pacdeps): move pacfile to `/tmp` (#834)

4581ff6b07ac1900cea3bc9fd0964f3d68156859 authored almost 2 years ago
[pre-commit.ci] pre-commit autoupdate (#835)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

d750ce4a9d9a954d3d028b0f15d8550d88a36498 authored almost 2 years ago
fix(pacdeps): remove with sudo (#833)

da1547602b7151850a4cb984c9ffa9f71ca0a3a4 authored almost 2 years ago
fix(error_log): append instead of overwrite (#830)

4ae0422a2f30bc35c0899d293e59422387a8d289 authored almost 2 years ago
chore(pacstall): `3.7.1` -> `3.8.0` (#828)

4cbe18049696192689280e3d3d371e1a2c9017f9 authored almost 2 years ago
rm: useless `hash -r` run (#826)

72fa3f4b0035a32afb7399f399ef2b39aad22cc3 authored almost 2 years ago
fix(error_log): logs in `/var/logs` should not be user writable (#825)

d2ca890e69f15e12d92aaba82d53b68ecbae5590 authored almost 2 years ago
fix(SRCDIR): create without sudo (#824)

851d7ae0ddbad754d1845d5caf0d6789a24c4243 authored almost 2 years ago
fix(SRCDIR): remove at end of everything, no recreation (#823)

a1f05c5ed9d3867b883e1805b74261996209e2c1 authored almost 2 years ago
feat(hashcheck): show broken hashes (#821)

24c3152acc49dcff6db579024adf2ca07bd53c7e authored almost 2 years ago
fix(install-local): remove duplicate code, use `SRCDIR` (#820)

1131c97bcceb3727563810cf29ca077890cc2c76 authored almost 2 years ago
refactor(install-local): quote everything, remove sed command (#819)

84864f995321c3e49bf9224fd6abdf8451982868 authored almost 2 years ago
feat(main): allow format `username:branch` for updates (#818)

Co-authored-by: Plasma <[email protected]>

098bcb86fb631bd6b38913f41ace9de8588d1dfd authored almost 2 years ago
fix(upgrade): use `mktemp` to prevent easy injection (#816)

a3828bd42a7becb34f391a2c2e452f2258079aae authored almost 2 years ago
feat(install-local): show package name at beginning and end (#815)

6daea0d621c0d062a3dec7fee10958e866153f00 authored almost 2 years ago
style(pre-commit): use 4 space tabs (#817)

7b36fddd90e0cb607ac32bdb4c97adddb3178115 authored almost 2 years ago
chore(pacstall): `3.7.0` -> `3.7.1` (#810)

a336c6069ea52a66561cac03bb0813dfcb28659d authored almost 2 years ago
ref(search): replace grep+cut+awk with awk (#808)

83f7957e6e3be7cee2f0a6125d1c1944a6d47925 authored almost 2 years ago
fix(download): always create `SRCDIR` (#809)

* fix(download): always create `SRCDIR`

* Move inside the for loop

* Reset to before

* ...

6d13518444c5295145c83b16044de9666d53a36c authored almost 2 years ago
chore(pacstall): `3.6.1` -> `3.7.0` (#806)

7f90fa8daac33943c15d5aa3a8f41ec6a0555bf4 authored almost 2 years ago
fix(cleanup): remove `/tmp/pacstall` on cleanup (#805)

346d3db5ae5e4430c06b6b881921593932b43388 authored almost 2 years ago
fix(arch): recommend `any` instead of `all` (#804)

* fix(arch): recommend `any` instead of `all`

* Add suggested solution

* Fix codacy error

5d069bb84f4f7af331c0108d63d46d8cb7b94b32 authored almost 2 years ago
feat: add `NO_COLOR` support (#803)

* feat: add `NO_COLOR` support

* `-V` is NO_COLOR supported now

221e44d49f15c1a61cb467d500cc20b7c73de94f authored almost 2 years ago
chore(pacstall): `3.6.0` -> `3.6.1` (#801)

5f2888e4efff310aa875e470c3bac8c323279c40 authored almost 2 years ago
hotfix(arch): use `all` instead of `any`, export CARCH always (#800)

627b11123308c26f82528dee16ce6df051762520 authored almost 2 years ago
chore(pacstall): `3.5.0` -> `3.6.0` (#798)

29ce073efa81398f769e25eb102fc9a0262623e8 authored almost 2 years ago
perf(search): use native find replace (#794)

1d1e608cfdae0d83d71b83db22bc763e8551be33 authored almost 2 years ago