mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Fix licenses.
Signed-off-by: ninetailedtori <ninetailedtori@uwu.gal>
This commit is contained in:
parent
65c31fde25
commit
3a527d7939
2 changed files with 4 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = millennium-git
|
||||
pkgdesc = Millennium is an open-source low-code modding framework to create, manage and use themes/plugins for the desktop Steam Client without any low-level internal interaction or overhead.
|
||||
pkgver = 2.31.0
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/SteamClientHomebrew/Millennium
|
||||
install = millennium.install
|
||||
arch = x86_64
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
pkgver=2.31.0
|
||||
pkgname="millennium-git"
|
||||
_pkgdir="Millennium"
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Millennium is an open-source low-code modding framework to create, manage and use themes/plugins for the desktop Steam Client without any low-level internal interaction or overhead."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/SteamClientHomebrew/Millennium"
|
||||
|
|
@ -53,6 +53,7 @@ package() {
|
|||
mkdir -p $pkgdir/usr/lib/millennium
|
||||
mkdir -p $pkgdir/usr/share/millennium/shims
|
||||
mkdir -p $pkgdir/usr/share/millennium/assets
|
||||
mkdir -p $pkgdir/usr/share/licenses/$pkgname
|
||||
|
||||
install -Dm755 $srcdir/$_pkgdir/build/src/millennium_x86-build/libmillennium_x86.so "$pkgdir/usr/lib/millennium/"
|
||||
install -Dm755 $srcdir/$_pkgdir/build/src/millennium_x86-build/boot/linux/libmillennium_bootstrap_86x.so "$pkgdir/usr/lib/millennium/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue