mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
26 lines
805 B
Text
26 lines
805 B
Text
# Contributor: rubicon <rubicon@mailo.com>
|
|
# Maintainer: rubicon <rubicon@mailo.com>
|
|
pkgname=epic5-script-lice
|
|
pkgver=5.3.0
|
|
_pkgver=${pkgver//./}
|
|
pkgrel=0
|
|
pkgdesc="LiCe script pack for EPIC5 irc client"
|
|
url="https://lice.muppetz.com/"
|
|
arch="noarch"
|
|
license="GPL-2.0-or-later"
|
|
depends="epic5-script"
|
|
options="!check"
|
|
source="https://lice.muppetz.com/sites/lice.muppetz.com/files/LiCe/LiCe5/lice$_pkgver.tar.gz"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/usr/share/epic5/script
|
|
cp -a "$srcdir"/lice5 \
|
|
"$pkgdir"/usr/share/epic5/
|
|
touch "$pkgdir"/usr/share/epic5/lice5/disable_update
|
|
ln -s ../lice5/lice.irc \
|
|
"$pkgdir"/usr/share/epic5/script/local
|
|
}
|
|
|
|
sha512sums="
|
|
7483b4bda34251c6feeb3d0ff7f9d2e5eb2d5b67e5a3c45d9be3de6f65a7154b9844f81c33ddd4efbf0bc94b4598b14b9243a6f86e68d930c7e9e99fa400c92f lice530.tar.gz
|
|
"
|