Skip to content

Commit 6040213

Browse files
committed
add: Add packages
1 parent c5218ef commit 6040213

File tree

6 files changed

+45
-2
lines changed

6 files changed

+45
-2
lines changed
File renamed without changes.

alterlinux/alterlinux-fcitx-conf/PKGBUILD renamed to alterlinux/alterlinux-settings-fcitx/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer : Yamada Hayao <[email protected]>
22
# Maintainer : lap1sid <[email protected]>
33

4-
pkgname=alterlinux-fcitx-conf
4+
pkgname=alterlinux-settings-fcitx
55
pkgver=1.1
66
pkgrel=3
77
pkgdesc='AlterLinux fcitx Settings'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pkgbase = alterlinux-settings-xfce-git
2+
pkgdesc = AlterLinux xfce Settings
3+
pkgver = 1.0
4+
pkgrel = 1
5+
url = https:/fascode.net
6+
arch = any
7+
provides = alterlinux-settings-xfce
8+
conflicts = alterlinux-settings-xfce
9+
source = git+https://github.com/FascodeNet/alterlinux-settings-xfce.git
10+
sha256sums = SKIP
11+
12+
pkgname = alterlinux-settings-xfce-git
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Maintainer : Yamada Hayao <[email protected]>
2+
3+
_pkgname=alterlinux-settings-xfce
4+
pkgname=$_pkgname-git
5+
pkgver=1.0
6+
pkgrel=1
7+
pkgdesc='AlterLinux xfce Settings'
8+
arch=('any')
9+
url='https:/fascode.net'
10+
source=("git+https://github.com/FascodeNet/${_pkgname}.git")
11+
conflicts=("${_pkgname}")
12+
provides=("${_pkgname}")
13+
sha256sums=('SKIP')
14+
15+
16+
package () {
17+
# local _skeldir="${pkgdir}/etc/"
18+
cp -r "$srcdir/$_pkgname/skel" "$pkgdir/etc/"
19+
20+
}

alterlinux/repo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "alterlinux",
33
"maintainer": "hayao <shun819.mail at gmail.com>",
4-
"server": ""
4+
"server": "",
5+
"archbuild": "alterlinux-x86_64-build"
56
}

build.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
set -eEuo pipefail
4+
5+
cd "$(dirname "$0")"
6+
7+
if ! which ayaka >/dev/null 2>&1; then
8+
echo "Please install ayaka-bin from AUR." >&2
9+
exit 1
10+
fi

0 commit comments

Comments
 (0)