OSDN Git Service

[add] : Added SRCINFO
authorhayao <shun819.mail@gmail.com>
Fri, 11 Dec 2020 12:49:40 +0000 (21:49 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 11 Dec 2020 12:49:40 +0000 (21:49 +0900)
30 files changed:
alter-stable/any/alterlinux-calamares/.SRCINFO [new file with mode: 0644]
alter-stable/any/alterlinux-fcitx-conf/.SRCINFO [new file with mode: 0644]
alter-stable/any/alterlinux-gtk-bookmarks/.SRCINFO [new file with mode: 0644]
alter-stable/any/alterlinux-i3-manager/.SRCINFO [new file with mode: 0644]
alter-stable/any/alterlinux-keyring/.SRCINFO [new file with mode: 0644]
alter-stable/any/alterlinux-live-tools/.SRCINFO [new file with mode: 0644]
alter-stable/any/alterlinux-mirrorlist/.SRCINFO [new file with mode: 0644]
alter-stable/any/alterlinux-welcome-page/.SRCINFO [new file with mode: 0644]
alter-stable/any/dummy/.SRCINFO [new file with mode: 0644]
alter-stable/any/edk2/.SRCINFO [new file with mode: 0644]
alter-stable/any/kpmcore-git/.SRCINFO
alter-stable/any/lsd-control/.SRCINFO [new file with mode: 0644]
alter-stable/any/powerline-go/.SRCINFO
alter-testing/x86_64/alter-theme-switcher-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alteriso/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alterlinux-calamares-clang-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alterlinux-calamares-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alterlinux-fcitx-conf-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alterlinux-i3-manager-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alterlinux-plasmalnf/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alterlinux-xfce-conf-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/alterlinux_tui_installer/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/aptpac-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/eg-installer-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/fascode-utils-libcpp/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/grub-theme-vimix-alter/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/lightdm-webkit2-theme-alter-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/plymouth-theme-alter-pp-git/.SRCINFO [new file with mode: 0644]
alter-testing/x86_64/pm-wrapper-interface/.SRCINFO [new file with mode: 0644]
make_srcinfo.sh [new file with mode: 0755]

diff --git a/alter-stable/any/alterlinux-calamares/.SRCINFO b/alter-stable/any/alterlinux-calamares/.SRCINFO
new file mode 100644 (file)
index 0000000..2b8794b
--- /dev/null
@@ -0,0 +1,41 @@
+pkgbase = alterlinux-calamares
+       pkgdesc = Distribution-independent installer framework
+       pkgver = 3.2.32
+       pkgrel = 2
+       url = https://github.com/SereneTeam/alterlinux-calamares
+       arch = i686
+       arch = x86_64
+       license = LGPL
+       makedepends = extra-cmake-modules
+       makedepends = qt5-tools
+       makedepends = qt5-translations
+       makedepends = git
+       makedepends = boost
+       makedepends = ninja
+       depends = kconfig
+       depends = kcoreaddons
+       depends = kiconthemes
+       depends = ki18n
+       depends = kio
+       depends = solid
+       depends = yaml-cpp
+       depends = kpmcore
+       depends = boost-libs
+       depends = hwinfo
+       depends = qt5-svg
+       depends = polkit-qt5
+       depends = gtk-update-icon-cache
+       depends = plasma-framework
+       depends = qt5-xmlpatterns
+       depends = squashfs-tools
+       depends = ckbcomp
+       depends = libffi
+       backup = usr/share/calamares/modules/bootloader.conf
+       backup = usr/share/calamares/modules/displaymanager.conf
+       backup = usr/share/calamares/modules/initcpio.conf
+       backup = usr/share/calamares/modules/unpackfs.conf
+       source = https://github.com/SereneTeam/alterlinux-calamares/archive/3.2.32-2.tar.gz
+       sha256sums = SKIP
+
+pkgname = alterlinux-calamares
+
diff --git a/alter-stable/any/alterlinux-fcitx-conf/.SRCINFO b/alter-stable/any/alterlinux-fcitx-conf/.SRCINFO
new file mode 100644 (file)
index 0000000..af012dc
--- /dev/null
@@ -0,0 +1,13 @@
+pkgbase = alterlinux-fcitx-conf
+       pkgdesc = AlterLinux fcitx Settings
+       pkgver = 1.1
+       pkgrel = 1
+       url = https:/fascode.net
+       arch = any
+       depends = alterlinux-wallpapers
+       conflicts = alterlinux-fcitx-conf-git
+       source = https://github.com/SereneTeam/alterlinux-fcitx-conf/archive/v1.1.zip
+       sha256sums = SKIP
+
+pkgname = alterlinux-fcitx-conf
+
diff --git a/alter-stable/any/alterlinux-gtk-bookmarks/.SRCINFO b/alter-stable/any/alterlinux-gtk-bookmarks/.SRCINFO
new file mode 100644 (file)
index 0000000..bf73a3f
--- /dev/null
@@ -0,0 +1,13 @@
+pkgbase = alterlinux-gtk-bookmarks
+       pkgdesc = Simple script to automatically generate GTK bookmarks
+       pkgver = 1.1
+       pkgrel = 1
+       url = https://github.com/FascodeNet/alterlinux-live-tools/tree/master/alterlinux-gtk-bookmarks
+       arch = any
+       license = SUSHI-WARE
+       depends = xdg-user-dirs
+       source = https://github.com/FascodeNet/alterlinux-live-tools/archive/v1.1.zip
+       md5sums = SKIP
+
+pkgname = alterlinux-gtk-bookmarks
+
diff --git a/alter-stable/any/alterlinux-i3-manager/.SRCINFO b/alter-stable/any/alterlinux-i3-manager/.SRCINFO
new file mode 100644 (file)
index 0000000..f3b6c5a
--- /dev/null
@@ -0,0 +1,14 @@
+pkgbase = alterlinux-i3-manager
+       pkgdesc = A i3 setting manager for Alter Linux
+       pkgver = 1.4
+       pkgrel = 1
+       url = https://github.com/FascodeNet/alterlinux-i3-manager
+       arch = x86_64
+       arch = i686
+       license = GPLv3
+       depends = qt5-base
+       source = https://github.com/FascodeNet/alterlinux-i3-manager/archive/1.4.zip
+       md5sums = 382e739cd2a9c60d50417ec026a1ccfd
+
+pkgname = alterlinux-i3-manager
+
diff --git a/alter-stable/any/alterlinux-keyring/.SRCINFO b/alter-stable/any/alterlinux-keyring/.SRCINFO
new file mode 100644 (file)
index 0000000..6348f3b
--- /dev/null
@@ -0,0 +1,14 @@
+pkgbase = alterlinux-keyring
+       pkgdesc = AlterLinux PGP keyring
+       pkgver = 20201117
+       pkgrel = 1
+       url = https:/fascode.net
+       install = alterlinux-keyring.install
+       arch = any
+       license = GPL
+       source = git+https://github.com/FascodeNet/alterlinux-keyring.git
+       validpgpkeys = BDC396346243AB57ACD090F9F50544048389DA36
+       sha256sums = SKIP
+
+pkgname = alterlinux-keyring
+
diff --git a/alter-stable/any/alterlinux-live-tools/.SRCINFO b/alter-stable/any/alterlinux-live-tools/.SRCINFO
new file mode 100644 (file)
index 0000000..3a3cc66
--- /dev/null
@@ -0,0 +1,12 @@
+pkgbase = alterlinux-live-tools
+       pkgdesc = Scripts required for live environment (meta package)
+       pkgver = 1.0
+       pkgrel = 1
+       url = https://github.com/FascodeNet/alterlinux-live-tools
+       arch = any
+       license = SUSHI-WARE
+       depends = alterlinux-gtk-bookmarks
+       depends = alterlinux-welcome-page
+
+pkgname = alterlinux-live-tools
+
diff --git a/alter-stable/any/alterlinux-mirrorlist/.SRCINFO b/alter-stable/any/alterlinux-mirrorlist/.SRCINFO
new file mode 100644 (file)
index 0000000..8625138
--- /dev/null
@@ -0,0 +1,11 @@
+pkgbase = alterlinux-mirrorlist
+       pkgdesc = AlterLinux repository mirrorlists
+       pkgver = 20200426
+       pkgrel = 1
+       url = https:/fascode.net
+       arch = any
+       source = mirrorlist-alter
+       sha256sums = SKIP
+
+pkgname = alterlinux-mirrorlist
+
diff --git a/alter-stable/any/alterlinux-welcome-page/.SRCINFO b/alter-stable/any/alterlinux-welcome-page/.SRCINFO
new file mode 100644 (file)
index 0000000..22678b2
--- /dev/null
@@ -0,0 +1,16 @@
+pkgbase = alterlinux-welcome-page
+       pkgdesc = A simple script to open the official AlterLinux website
+       pkgver = 1.1
+       pkgrel = 1
+       url = https://github.com/FascodeNet/alterlinux-live-tools/tree/master/alterlinux-welcome-page
+       arch = any
+       license = SUSHI-WARE
+       depends = xdg-user-dirs
+       optdepends = chromium: To open the page
+       optdepends = google-chrome: To open the page
+       optdepends = firefox: To open the page
+       source = https://github.com/FascodeNet/alterlinux-live-tools/archive/v1.1.zip
+       md5sums = SKIP
+
+pkgname = alterlinux-welcome-page
+
diff --git a/alter-stable/any/dummy/.SRCINFO b/alter-stable/any/dummy/.SRCINFO
new file mode 100644 (file)
index 0000000..a31ec1f
--- /dev/null
@@ -0,0 +1,9 @@
+pkgbase = dummy
+       pkgdesc = Dummy package.
+       pkgver = 1.0
+       pkgrel = 1
+       url = https:/fascode.net
+       arch = any
+
+pkgname = dummy
+
diff --git a/alter-stable/any/edk2/.SRCINFO b/alter-stable/any/edk2/.SRCINFO
new file mode 100644 (file)
index 0000000..fc906c8
--- /dev/null
@@ -0,0 +1,43 @@
+pkgbase = edk2
+       pkgdesc = Modern, feature-rich firmware development environment for the UEFI specifications
+       pkgver = 202005
+       pkgrel = 3
+       url = https://github.com/tianocore/edk2
+       arch = any
+       license = BSD
+       makedepends = acpica
+       makedepends = iasl
+       makedepends = util-linux-libs
+       makedepends = nasm
+       makedepends = python
+       options = !makeflags
+       source = edk2-202005.tar.gz::https://github.com/tianocore/edk2/archive/edk2-stable202005.tar.gz
+       source = https://www.openssl.org/source/openssl-1.1.1g.tar.gz
+       source = brotli-1.0.7.tar.gz::https://github.com/google/brotli/archive/v1.0.7.tar.gz
+       source = edk2-202005-openssl-1.1.1g.patch
+       source = 50-edk2-ovmf-i386-secure.json
+       source = 50-edk2-ovmf-x86_64-secure.json
+       source = 60-edk2-ovmf-i386.json
+       source = 60-edk2-ovmf-x86_64.json
+       sha512sums = 864e5b8babb28eea05f59e17581209c853c004993842a7a6b104e96bd1fd29d9dd3a1545fb44639f2442acc51b078c4996621e1f927fbf449dc1b86421b432ac
+       sha512sums = 01e3d0b1bceeed8fb066f542ef5480862001556e0f612e017442330bbd7e5faee228b2de3513d7fc347446b7f217e27de1003dc9d7214d5833b97593f3ec25ab
+       sha512sums = a82362aa36d2f2094bca0b2808d9de0d57291fb3a4c29d7c0ca0a37e73087ec5ac4df299c8c363e61106fccf2fe7f58b5cf76eb97729e2696058ef43b1d3930a
+       sha512sums = 3605c67d9c8870562086f63e96ffe8039cb394266298b382df61e12c777b6c37a2d2eb3fd5147cb3f00fabddc6dba139ba53da42ea81b1cbeb8f587c6d4cc251
+       sha512sums = 55e4187b11b27737f61e528c02ff43b9381c0cb09140e803531616766f9cb9401115d88d946b56171784cc028f9571279640eb39b6a9fa8e02ec0c8d1b036a3e
+       sha512sums = a1236585b30d720540de2e9527d8c90ff2d428e800b3da545b23461dc698dc91fe441b62bb8cbca76e08f4ec1eb485619e9ab26157deb06e7fb33e7f5f9dd8b6
+       sha512sums = c81e072aabfb01d29cf5194111524e2c4c8684979de6b6793db10299c95bb94f7b1d0a98b057df0664d7a894a2b40e9b4c3576112fae400a95eaf5fe5fc9369b
+       sha512sums = 2030dc1d49d56fce8af56c5777fd40f04041e39ff806dd8c021e161227bdd646982024db6758230b8332dc68f16bc6918e1d54ad3c022e21e148d6b65ea778b3
+
+pkgname = edk2-shell
+       pkgdesc = EDK2 UEFI Shell
+       provides = uefi-shell
+
+pkgname = edk2-ovmf
+       pkgdesc = Open Virtual Machine Firmware to support firmware for Virtual Machines
+       install = edk2-ovmf.install
+       license = BSD
+       license = MIT
+       provides = ovmf
+       conflicts = ovmf
+       replaces = ovmf
+
index 4049fd6..a04d699 100644 (file)
@@ -4,6 +4,7 @@ pkgbase = kpmcore-git
        pkgrel = 1
        url = http://kde.org/applications/system/kdepartitionmanager
        arch = x86_64
+       arch = i686
        license = GPL2
        makedepends = extra-cmake-modules
        makedepends = git
diff --git a/alter-stable/any/lsd-control/.SRCINFO b/alter-stable/any/lsd-control/.SRCINFO
new file mode 100644 (file)
index 0000000..9dbe4e9
--- /dev/null
@@ -0,0 +1,13 @@
+pkgbase = lsd-control
+       pkgdesc = lsd command controller
+       pkgver = 1.2
+       pkgrel = 1
+       url = https:/fascode.net
+       arch = any
+       depends = lsd
+       conflicts = lsd-control-git
+       source = https://github.com/SereneTeam/lsdcontrol/archive/v1.2.zip
+       md5sums = a13ff73e41f56ed94a28ca51ae703bdb
+
+pkgname = lsd-control
+
index 9fde7e3..b60f691 100644 (file)
@@ -4,6 +4,7 @@ pkgbase = powerline-go
        pkgrel = 2
        url = https://github.com/justjanne/powerline-go
        arch = x86_64
+       arch = i686
        license = GPL3
        makedepends = go-pie
        makedepends = git
diff --git a/alter-testing/x86_64/alter-theme-switcher-git/.SRCINFO b/alter-testing/x86_64/alter-theme-switcher-git/.SRCINFO
new file mode 100644 (file)
index 0000000..6ff2917
--- /dev/null
@@ -0,0 +1,14 @@
+pkgbase = alter-theme-switcher-git
+       pkgdesc = Xfce4のためのテーマスイッチャー
+       pkgver = r9.9df6312
+       pkgrel = 1
+       url = https://github.com/Hayao0819/alter-theme-switcher
+       arch = any
+       license = GPL
+       depends = xfce4-session
+       conflicts = alter-theme-switcher
+       source = git+https://github.com/Hayao0819/alter-theme-switcher.git
+       md5sums = SKIP
+
+pkgname = alter-theme-switcher-git
+
diff --git a/alter-testing/x86_64/alteriso/.SRCINFO b/alter-testing/x86_64/alteriso/.SRCINFO
new file mode 100644 (file)
index 0000000..ff06829
--- /dev/null
@@ -0,0 +1,11 @@
+pkgbase = alteriso-git
+       pkgdesc = ArchLinux-derived OS made in Japan aimed at being usable by anyone
+       pkgver = rc1.alpha4.r1417.g5b553f96
+       pkgrel = 1
+       url = https://github.com/FascodeNet/alterlinux
+       arch = any
+       source = git+https://github.com/FascodeNet/alterlinux.git#branch=dev
+       md5sums = SKIP
+
+pkgname = alteriso-git
+
diff --git a/alter-testing/x86_64/alterlinux-calamares-clang-git/.SRCINFO b/alter-testing/x86_64/alterlinux-calamares-clang-git/.SRCINFO
new file mode 100644 (file)
index 0000000..75ffeea
--- /dev/null
@@ -0,0 +1,42 @@
+pkgbase = alterlinux-calamares-clang-git
+       pkgdesc = Distribution-independent installer framework
+       pkgver = v3.2.18.r1706.g0b7633842
+       pkgrel = 1
+       url = https://github.com/FascodeNet/alterlinux-calamares
+       arch = i686
+       arch = x86_64
+       license = LGPL
+       makedepends = extra-cmake-modules
+       makedepends = qt5-tools
+       makedepends = qt5-translations
+       makedepends = git
+       makedepends = boost
+       makedepends = clang
+       makedepends = ninja
+       depends = kconfig
+       depends = kcoreaddons
+       depends = kiconthemes
+       depends = ki18n
+       depends = kio
+       depends = solid
+       depends = yaml-cpp
+       depends = kpmcore
+       depends = boost-libs
+       depends = hwinfo
+       depends = qt5-svg
+       depends = polkit-qt5
+       depends = gtk-update-icon-cache
+       depends = plasma-framework
+       depends = qt5-xmlpatterns
+       depends = squashfs-tools
+       depends = ckbcomp
+       depends = libffi
+       backup = usr/share/calamares/modules/bootloader.conf
+       backup = usr/share/calamares/modules/displaymanager.conf
+       backup = usr/share/calamares/modules/initcpio.conf
+       backup = usr/share/calamares/modules/unpackfs.conf
+       source = git+https://github.com/FascodeNet/alterlinux-calamares.git
+       sha256sums = SKIP
+
+pkgname = alterlinux-calamares-clang-git
+
diff --git a/alter-testing/x86_64/alterlinux-calamares-git/.SRCINFO b/alter-testing/x86_64/alterlinux-calamares-git/.SRCINFO
new file mode 100644 (file)
index 0000000..2dcd91b
--- /dev/null
@@ -0,0 +1,40 @@
+pkgbase = alterlinux-calamares-git
+       pkgdesc = Distribution-independent installer framework
+       pkgver = v3.2.23
+       pkgrel = 1
+       url = https://github.com/SereneTeam/alterlinux-calamares
+       arch = i686
+       arch = x86_64
+       license = LGPL
+       makedepends = extra-cmake-modules
+       makedepends = qt5-tools
+       makedepends = qt5-translations
+       makedepends = git
+       makedepends = boost
+       depends = kconfig
+       depends = kcoreaddons
+       depends = kiconthemes
+       depends = ki18n
+       depends = kio
+       depends = solid
+       depends = yaml-cpp
+       depends = kpmcore
+       depends = boost-libs
+       depends = hwinfo
+       depends = qt5-svg
+       depends = polkit-qt5
+       depends = gtk-update-icon-cache
+       depends = plasma-framework
+       depends = qt5-xmlpatterns
+       depends = squashfs-tools
+       depends = ckbcomp
+       depends = libffi
+       backup = usr/share/calamares/modules/bootloader.conf
+       backup = usr/share/calamares/modules/displaymanager.conf
+       backup = usr/share/calamares/modules/initcpio.conf
+       backup = usr/share/calamares/modules/unpackfs.conf
+       source = git+https://github.com/SereneTeam/alterlinux-calamares.git
+       sha256sums = SKIP
+
+pkgname = alterlinux-calamares-git
+
diff --git a/alter-testing/x86_64/alterlinux-fcitx-conf-git/.SRCINFO b/alter-testing/x86_64/alterlinux-fcitx-conf-git/.SRCINFO
new file mode 100644 (file)
index 0000000..c809ebc
--- /dev/null
@@ -0,0 +1,13 @@
+pkgbase = alterlinux-fcitx-conf-git
+       pkgdesc = AlterLinux fcitx Settings
+       pkgver = r2.904c714
+       pkgrel = 1
+       url = https:/fascode.net
+       arch = any
+       depends = alterlinux-wallpapers
+       conflicts = alterlinux-fcitx-conf
+       source = git+https://github.com/SereneTeam/alterlinux-fcitx-conf.git
+       sha256sums = SKIP
+
+pkgname = alterlinux-fcitx-conf-git
+
diff --git a/alter-testing/x86_64/alterlinux-i3-manager-git/.SRCINFO b/alter-testing/x86_64/alterlinux-i3-manager-git/.SRCINFO
new file mode 100644 (file)
index 0000000..2ff95fa
--- /dev/null
@@ -0,0 +1,15 @@
+pkgbase = alterlinux-i3-manager-git
+       pkgdesc = A i3 setting manager for Alter Linux
+       pkgver = 1.0.r1.gc410593
+       pkgrel = 1
+       url = https://github.com/FascodeNet/alterlinux-i3-manager
+       arch = x86_64
+       arch = i686
+       license = GPLv3
+       makedepends = clang
+       depends = qt5-base
+       source = git+https://github.com/FascodeNet/alterlinux-i3-manager.git
+       md5sums = SKIP
+
+pkgname = alterlinux-i3-manager-git
+
diff --git a/alter-testing/x86_64/alterlinux-plasmalnf/.SRCINFO b/alter-testing/x86_64/alterlinux-plasmalnf/.SRCINFO
new file mode 100644 (file)
index 0000000..0b4ae59
--- /dev/null
@@ -0,0 +1,11 @@
+pkgbase = alterlinux-plasmalnf
+       pkgdesc = AlterLinux Plasma Settings
+       pkgver = 1.0
+       pkgrel = 1
+       url = https:/fascode.net
+       arch = any
+       depends = alterlinux-wallpapers
+       source = 
+
+pkgname = alterlinux-plasmalnf
+
diff --git a/alter-testing/x86_64/alterlinux-xfce-conf-git/.SRCINFO b/alter-testing/x86_64/alterlinux-xfce-conf-git/.SRCINFO
new file mode 100644 (file)
index 0000000..3a6ec46
--- /dev/null
@@ -0,0 +1,14 @@
+pkgbase = alterlinux-xfce-conf-git
+       pkgdesc = AlterLinux Xfce Settings
+       pkgver = r5.dc1952b
+       pkgrel = 1
+       url = https:/fascode.net
+       arch = any
+       depends = alterlinux-wallpapers
+       conflicts = alterlinux-xfce-conf
+       conflicts = nerd-fonts-source-code-pro
+       source = git+https://github.com/SereneTeam/alterlinux-xfce-conf.git
+       sha256sums = SKIP
+
+pkgname = alterlinux-xfce-conf-git
+
diff --git a/alter-testing/x86_64/alterlinux_tui_installer/.SRCINFO b/alter-testing/x86_64/alterlinux_tui_installer/.SRCINFO
new file mode 100644 (file)
index 0000000..a89a7da
--- /dev/null
@@ -0,0 +1,15 @@
+pkgbase = alterlinux_tui_installer
+       pkgdesc = Alter Linux TUI Installer
+       pkgver = 0.0.1.202012112146
+       pkgrel = 1
+       arch = any
+       makedepends = python-setuptools
+       depends = python
+       depends = dialog
+       depends = python-pythondialog
+       depends = gptfdisk
+       source = git+https://github.com/FascodeNet/AlterLinux-TUI-Installer.git
+       sha512sums = SKIP
+
+pkgname = alterlinux_tui_installer
+
diff --git a/alter-testing/x86_64/aptpac-git/.SRCINFO b/alter-testing/x86_64/aptpac-git/.SRCINFO
new file mode 100644 (file)
index 0000000..da4de3f
--- /dev/null
@@ -0,0 +1,18 @@
+pkgbase = aptpac-git
+       pkgdesc = a pacman wrapper with syntax from debian's apt
+       pkgver = 2.1.0
+       pkgrel = 2
+       url = https://github.com/FascodeNet/aptpac
+       arch = i686
+       arch = x86_64
+       license = WTFPL
+       makedepends = git
+       depends = sudo
+       conflicts = apt
+       conflicts = apt-git
+       conflicts = aptpac
+       source = git://github.com/FascodeNet/aptpac.git
+       md5sums = SKIP
+
+pkgname = aptpac-git
+
diff --git a/alter-testing/x86_64/eg-installer-git/.SRCINFO b/alter-testing/x86_64/eg-installer-git/.SRCINFO
new file mode 100644 (file)
index 0000000..c30c103
--- /dev/null
@@ -0,0 +1,19 @@
+pkgbase = eg-installer-git
+       pkgdesc = zenityとbashで書かれた項目の追加が簡単なパッケージインストーラー
+       pkgver = v1.10.r2.3a8a651
+       pkgrel = 1
+       url = https://github.com/Hayao0819/EG-Installer
+       arch = any
+       license = MIT
+       depends = zenity
+       depends = bash
+       depends = pacman
+       depends = eg-installer-scripts-git
+       conflicts = eg-installer
+       source = git+https://github.com/Hayao0819/EG-Installer.git
+       source = config
+       md5sums = SKIP
+       md5sums = SKIP
+
+pkgname = eg-installer-git
+
diff --git a/alter-testing/x86_64/fascode-utils-libcpp/.SRCINFO b/alter-testing/x86_64/fascode-utils-libcpp/.SRCINFO
new file mode 100644 (file)
index 0000000..68d139f
--- /dev/null
@@ -0,0 +1,16 @@
+pkgbase = fascode-utils-libcpp
+       pkgdesc = Fascode Library
+       pkgver = 20201115T133658+0900
+       pkgrel = 1
+       url = https://github.com/FascodeNet/fascode-utils-libcpp
+       arch = x86_64
+       arch = i686
+       license = GPLv3
+       makedepends = clang
+       makedepends = ninja
+       makedepends = cmake
+       source = git+https://github.com/FascodeNet/fascode-utils-libcpp.git
+       md5sums = SKIP
+
+pkgname = fascode-utils-libcpp
+
diff --git a/alter-testing/x86_64/grub-theme-vimix-alter/.SRCINFO b/alter-testing/x86_64/grub-theme-vimix-alter/.SRCINFO
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/alter-testing/x86_64/lightdm-webkit2-theme-alter-git/.SRCINFO b/alter-testing/x86_64/lightdm-webkit2-theme-alter-git/.SRCINFO
new file mode 100644 (file)
index 0000000..ce9c646
--- /dev/null
@@ -0,0 +1,15 @@
+pkgbase = lightdm-webkit2-theme-alter-git
+       pkgdesc = AlterLinux webkit2 greeter theme
+       pkgver = r58.82f1b9d
+       pkgrel = 1
+       url = https://github.com/SereneTeam/lightdm-webkit2-theme-alter
+       arch = any
+       license = MIT
+       depends = lightdm
+       depends = lightdm-webkit2-greeter
+       conflicts = lightdm-webkit2-theme-alter
+       source = git+https://github.com/SereneTeam/lightdm-webkit2-theme-alter.git
+       md5sums = SKIP
+
+pkgname = lightdm-webkit2-theme-alter-git
+
diff --git a/alter-testing/x86_64/plymouth-theme-alter-pp-git/.SRCINFO b/alter-testing/x86_64/plymouth-theme-alter-pp-git/.SRCINFO
new file mode 100644 (file)
index 0000000..7c43d0b
--- /dev/null
@@ -0,0 +1,14 @@
+pkgbase = plymouth-theme-alter-pp-git
+       pkgdesc = AlterLinux用のplymouthテーマ
+       pkgver = 1.0.0
+       pkgrel = 1
+       url = https://github.com/yamad-linuxer/plymouth-theme-alter
+       arch = any
+       license = GPL
+       depends = plymouth
+       conflicts = plymouth-theme-alter-pp
+       source = git+https://github.com/yamad-linuxer/plymouth-theme-alter.git
+       md5sums = SKIP
+
+pkgname = plymouth-theme-alter-pp-git
+
diff --git a/alter-testing/x86_64/pm-wrapper-interface/.SRCINFO b/alter-testing/x86_64/pm-wrapper-interface/.SRCINFO
new file mode 100644 (file)
index 0000000..d0c3510
--- /dev/null
@@ -0,0 +1,16 @@
+pkgbase = pm-wrapper-interface
+       pkgdesc = pm-wrapper-interface Library
+       pkgver = 20201121T160751+0900
+       pkgrel = 1
+       url = https://github.com/FascodeNet/pm-wrapper-interface
+       arch = x86_64
+       arch = i686
+       license = GPLv3
+       makedepends = clang
+       makedepends = ninja
+       makedepends = cmake
+       source = git+https://github.com/FascodeNet/pm-wrapper-interface.git
+       md5sums = SKIP
+
+pkgname = pm-wrapper-interface
+
diff --git a/make_srcinfo.sh b/make_srcinfo.sh
new file mode 100755 (executable)
index 0000000..4e91f65
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && pwd )"
+
+for PKGBUILD in $(find "${script_path}" -type f -name "PKGBUILD" | xargs realpath | xargs dirname); do
+    cd "${PKGBUILD}"
+    echo "==> Creating SRCINFO of $(basename ${PKGBUILD})"
+    makepkg --printsrcinfo > "${PKGBUILD}/.SRCINFO"
+done