mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-24 06:05:04 +08:00
efcf7caacf
CanoKey Pigeon 的第一个签名献给 Dress(
20 lines
792 B
Bash
20 lines
792 B
Bash
# Maintainer: LY <ly-niko@qq.com>
|
|
pkgname="dress-ly"
|
|
pkgver="1.0.0"
|
|
pkgrel="1"
|
|
pkgdesc=" https://young-lord.github.io (/ω\) "
|
|
arch=('any')
|
|
depends=()
|
|
optdepends=('git')
|
|
license=("CC-0")
|
|
source=("1-1.webp"
|
|
"1-2.webp"
|
|
"1-3.webp")
|
|
sha512sums=("9bb5a6af5ed93c981e06d3b49109cc616b3ea2674fd02bb563c8e01cbf29424e3a279b0a613ce3bcf001166834e1f65fa348a3b435bb886ccc045f302f0fa04b"
|
|
"c9f8b69c6c4c976a367eb0213a70136d6f066a010557329c3f9a71144e69b7dc014e515614f84059c9a56b806951a6c9871780822c4ecfc3e6c1ad6487a25021"
|
|
"9e3481e43e100aa4c16d5f26f74094d639e7b19dd18441bc559e004ef214be1fd5f10b1fce832947f2f328cdc7310dd03a19cd30670d5f00ae20f568f332b0df")
|
|
|
|
package() {
|
|
mkdir -p "${pkgdir}/usr/lib/dress-ly"
|
|
cp -r "${srcdir}/"*.webp "${pkgdir}/usr/lib/dress-ly/"
|
|
} |