binpkg.sh: add $pkgname/$version in metadata plist.
--HG-- extra : convert_revision : 8d3926972b082b28f16ef20afe4a76ab01bebc0a
This commit is contained in:
parent
6f8456d9f1
commit
8a35ef0945
|
@ -50,6 +50,10 @@ xbps_write_metadata_pkg()
|
|||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>pkgname</key>
|
||||
<string>$pkgname</string>
|
||||
<key>version</key>
|
||||
<string>$version</key>
|
||||
<key>architecture</key>
|
||||
<string>$xbps_machine</string>
|
||||
<key>installed_size</key>
|
||||
|
|
Loading…
Reference in New Issue
Block a user