mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
binpkg.sh: add $pkgname/$version in metadata plist.
--HG-- extra : convert_revision : 8d3926972b082b28f16ef20afe4a76ab01bebc0a
This commit is contained in:
parent
6f8456d9f1
commit
8a35ef0945
1 changed files with 4 additions and 0 deletions
|
@ -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">
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>pkgname</key>
|
||||||
|
<string>$pkgname</string>
|
||||||
|
<key>version</key>
|
||||||
|
<string>$version</key>
|
||||||
<key>architecture</key>
|
<key>architecture</key>
|
||||||
<string>$xbps_machine</string>
|
<string>$xbps_machine</string>
|
||||||
<key>installed_size</key>
|
<key>installed_size</key>
|
||||||
|
|
Loading…
Add table
Reference in a new issue