Search Criteria
Package Details: awl 0.61-1
Git Clone URL: | https://aur.archlinux.org/awl.git (read-only, click to copy) |
---|---|
Package Base: | awl |
Description: | Andrew's Web Libraries - PHP Utility Libraries |
Upstream URL: | https://gitlab.com/davical-project/awl/ |
Keywords: | php |
Licenses: | |
Submitter: | foxxx0 |
Maintainer: | foxxx0 (grawlinson) |
Last Packager: | grawlinson |
Votes: | 2 |
Popularity: | 0.000041 |
First Submitted: | 2017-05-08 14:51 |
Last Updated: | 2020-04-26 09:38 |
Latest Comments
grawlinson commented on 2019-04-15 08:21
Fantastic, thank you.
foxxx0 commented on 2019-04-15 07:34
@grawlinson: I have added you as a co-maintainer to this package.
foxxx0 commented on 2019-04-15 07:32
updated to 0.60
grawlinson commented on 2019-04-15 00:15
Hi foxxx0, I’m interested in maintaining this package as I require it for a couple of packages that I’ll be uploading to the AUR.
foxxx0 commented on 2018-02-13 09:48
updated to 0.59
foxxx0 commented on 2017-09-15 10:49
Thanks for the report.
I have fixed the PKGBUILD to also add the dba folder.
tchernomax commented on 2017-09-14 21:40
I can confirm the issue raised by fauxmight.
Without his patch davical create-database.sh fail at :
https://gitlab.com/davical-project/davical/blob/master/dba/create-database.sh#L35
fauxmight commented on 2017-09-13 20:06
For davical, which requires awl, I needed to add "dba" subdirectory to the installed dirs under /usr/share/awl
That is, in the "package()" function, I needed to change this line:
cp -ra inc scripts tests vendor "${pkgdir}/usr/share/${pkgname}/"
to this
cp -ra dba inc scripts tests vendor "${pkgdir}/usr/share/${pkgname}/"