diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:55:39 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:55:39 +0800 |
| commit | f3d1da4df754c40ee6ef76a0f062bf7007489631 (patch) | |
| tree | 0d278717e5fb4083ae122f009eb5ff1363cacaa9 /repos/extra/mpd/abuild | |
| parent | a7b9a52ea715f3b6665ef016f6adc4d73ef4eed0 (diff) | |
| download | alicelinux-f3d1da4df754c40ee6ef76a0f062bf7007489631.tar.gz alicelinux-f3d1da4df754c40ee6ef76a0f062bf7007489631.zip | |
mpd: new added
Diffstat (limited to 'repos/extra/mpd/abuild')
| -rw-r--r-- | repos/extra/mpd/abuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/extra/mpd/abuild b/repos/extra/mpd/abuild new file mode 100644 index 00000000..9bf71d4d --- /dev/null +++ b/repos/extra/mpd/abuild @@ -0,0 +1,10 @@ +name=mpd +version=0.23.16 +release=1 +source="https://www.musicpd.org/download/${name}/${version%.*}/${name}-${version}.tar.xz + fmt.patch + run" +sv="run" +postbuild() { + install -Dm 0644 doc/mpdconf.example $PKG/etc/mpd/mpd.conf +} |