You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
760 B
25 lines
760 B
1 year ago
|
# Contributor linuxer <https://gitea.artixlinux.org/linuxer>
|
||
|
|
||
|
pkgname=zramen-runit
|
||
|
pkgalias=zramend
|
||
|
_realname=zramen-runit
|
||
|
pkgdesc="Zramen and runit init scripts"
|
||
|
alias=zramen
|
||
|
pkgver=0.2.1
|
||
|
pkgrel=1
|
||
|
pkgbase=zramen-runit
|
||
|
replaces=('zramen-runit' 'bc')
|
||
|
arch=('any')
|
||
|
url=url="https://gitea.artixlinux.org/linuxer/PKGBUILDS/zramen-runit"
|
||
|
license=('Unlicense')
|
||
|
groups=()
|
||
|
depends=('runit')
|
||
|
source=("https://github.com/atweiden/zramen/releases/download/${pkgver}/zramen-${pkgver}.tar.gz")
|
||
|
b2sums=('1c8d69609fb311ce566b3120af11d16a633f1c64c2104df80dd3fbf22e1f41a609bb53420d4c3fc1e9393d887647d1f6a6a0e3609a022787b3cf0d1fd4200886')
|
||
|
|
||
|
package() {
|
||
|
echo "${srcdir}/${alias}-${pkgver}"
|
||
|
cd "${srcdir}/${alias}-${pkgver}"
|
||
|
install -Dm 755 zramen -t "$pkgdir/usr/bin/"
|
||
|
}
|