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 new package walk #28273

Closed
wants to merge 1 commit into from
Closed

Conversation

anddam
Copy link
Contributor

@anddam anddam commented Jan 27, 2021

General

Have the results of the proposed changes been tested?

  • I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  • I generally don't use the affected packages but briefly tested this PR

build_style="gnu-makefile"
wrksrc="${pkgname}-${_commit}"
short_desc="walk and sor utility, collectively replacing find"
maintainer="orphaned"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this already orphaned?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want maintainership?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally if you make the PR to add it, you be willing to maintain it.

_commit=70f7a8c104acf109ae810a9b34eb8e8b92b4d27d
build_style="gnu-makefile"
wrksrc="${pkgname}-${_commit}"
short_desc="walk and sor utility, collectively replacing find"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalize the beginning.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrased since the tool name is lower case

}

do_install() {
vinstall sor 0755 usr/bin/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vbin?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, I had not run xlint at all before.

checksum=fce16683d757605a11284586794627a4352ec62718c59093a02f56b39896a1cd

do_build() {
make
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an issue with the do_build provided by build_style=gnu-makefile

Copy link
Contributor Author

@anddam anddam Jan 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only that I did not know about it.

I misunderstood what you said, I tested with default do_build from gnu-makefile and removed the override.

pkgname=walk
version=20190920
revision=1
_commit=70f7a8c104acf109ae810a9b34eb8e8b92b4d27d
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider opening an issue upstream to periodically tag actual releases?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upstream seemst to not have moved since 2019... Unless this is widely requested or similar, I don't fancy accepting something that doesn't have any official releases.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked for that in google/walk#3

@abenson
Copy link
Contributor

abenson commented Jan 27, 2021

The commit message should also follow the convention of "New package: walk-20190920"

@anddam
Copy link
Contributor Author

anddam commented Jan 27, 2021

The commit message should also follow the convention of "New package: walk-20190920"

Duly noted, just found the relevant part in CONTRIBUTING.md.

@anddam anddam force-pushed the feature-new-package-walk branch 2 times, most recently from 83e1131 to ffdd27f Compare January 27, 2021 21:45
@ericonr ericonr added the new-package This PR adds a new package label Jan 27, 2021
wrksrc="${pkgname}-${_commit}"
build_style="gnu-makefile"
short_desc="Two utilities collectively replacing find: walk and sor"
maintainer="Orphaned <orphaned@voidlinux.org>"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the correct mail.

And given that this is a rather niche package, it should have a maintainer in order to be accepted.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took maintainership.

@github-actions
Copy link

github-actions bot commented May 2, 2022

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants