Search Criteria
Package Details: godot3-export-templates 3.5.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/godot3-export-templates.git (read-only, click to copy) |
---|---|
Package Base: | godot3-export-templates |
Description: | Godot export templates for version 3 |
Upstream URL: | https://godotengine.org/ |
Licenses: | MIT |
Submitter: | Felixoid |
Maintainer: | Felixoid |
Last Packager: | Felixoid |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-09-05 15:28 (UTC) |
Last Updated: | 2024-02-29 18:18 (UTC) |
Dependencies (3)
- godot3AUR (godot3-gitAUR, godot3-as-binAUR) (optional) – use the templates
- godot3-binAUR (optional) – use the templates
- godot3-monoAUR (godot3-mono-gitAUR) (optional) – use the templates
Required by (1)
- oh-my-git-git (make)
Latest Comments
Felixoid commented on 2023-09-25 17:21 (UTC)
Thanks, pushed a new version
kemelzaidan commented on 2023-09-22 20:10 (UTC)
It's giving the following error when trying to install:
I believe it's due to the last line you have on the
package
function inside the PKGBUILD file. There is no LICENSE file in the src, so there is no file to be copied to the package. And since the software is MIT license, I don't think you need to include the license.Makepkg is able to create the package if you comment this line in the PKGBUILD file, but namcap shows several errors and warnings. Take a look at that too.