Search Criteria
Package Details: yash 2.60-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/yash.git (read-only, click to copy) |
|---|---|
| Package Base: | yash |
| Description: | Yet Another SHell is a POSIX-compliant command line shell |
| Upstream URL: | https://magicant.github.io/yash/ |
| Licenses: | GPL-2.0-or-later |
| Submitter: | None |
| Maintainer: | meanjollies |
| Last Packager: | meanjollies |
| Votes: | 12 |
| Popularity: | 0.85 |
| First Submitted: | 2013-03-12 06:14 (UTC) |
| Last Updated: | 2025-09-18 01:38 (UTC) |
Dependencies (3)
- ncurses (ncurses-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- ed (make)
Latest Comments
1 2 Next › Last »
meanjollies commented on 2025-09-18 01:38 (UTC)
Thanks!
<deleted-account> commented on 2025-09-17 05:57 (UTC)
The license is incorrect. The correct license is GPL-2.0-or-later, not GPL-2.0-only. Source: https://github.com/magicant/yash/blob/1e0f342dea5a2ab4345a16fd23100820e8916f03/mail.c#L8
kseistrup commented on 2024-01-31 15:42 (UTC)
Wonderful, thanks for your swift action.
meanjollies commented on 2024-01-31 15:36 (UTC)
Thanks, I really appreciate those suggestions! I've added them in. They definitely make a lot more sense.
kseistrup commented on 2024-01-31 10:56 (UTC)
PS: One could even argue that all makefiles, text files etc cetera in the
docdirectory is the source for the html documentation so that only html and css should be copied to the finaldocdirectory. E.g.:However, you are the packager and I respect your decision.
kseistrup commented on 2024-01-31 10:13 (UTC)
Thanks for packaging yash.
It seems in v2.55-1
yash.1andja/yash.1(each weighing in at around 400 kB) are copied to"${pkgdir}/usr/share/doc/${pkgname}", although these manpages are already installed in compressed form in the official manpage hierarchy. May I suggest that these be removed from the package. E.g. inpackage()after thecp -r doc/*stanza:Cheers.
kseistrup commented on 2023-02-26 15:15 (UTC)
Great, thanks.
meanjollies commented on 2023-02-26 14:34 (UTC) (edited on 2023-02-26 14:35 (UTC) by meanjollies)
Thanks for the suggestions. I've added all but two of them for the following reasons.
providesis not necessary as it's implicit due toyashalready being the pkgname.conflictswould only apply to alternatives (likeyash-gitas you mentioned).asciidoc does not appear to actually be needed to generate docs. They have already been generated prior to release. However, since I overlooked them before, they're now getting included in the package.
kseistrup commented on 2023-02-25 11:49 (UTC)
I have a couple of suggestions for the 2.54+ release:
These will conflict other
yashpackages (such asyash-git):LTO can safely be enabled:
It seems
asciidocis necessary for generation of documentation:For a package like
yashit is prudent to enable acheck()function:Enabling double brackets, while not strictly POSIX (I believe), doesn't harm those that don't use it. So in the
configureblock, we could add:after the line with
--enable-dirstack \. That means that all--enable-*will be enabled.Architectures can be expanded to:
Cheers.
<deleted-account> commented on 2022-10-19 13:32 (UTC)
Could you please update the url from sourceforge.jp to osdn.jp?
1 2 Next › Last »