summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-02-25 12:26:46 +0800
committerjustforlxz2022-02-25 12:26:46 +0800
commit77e3e5bd17b7c130744e0382d59fe98a91531263 (patch)
tree67f3c4368bad54de541231cc7786acfe7c79b558
downloadaur-77e3e5bd17b7c130744e0382d59fe98a91531263.tar.gz
update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD24
-rw-r--r--lilac.yaml17
3 files changed, 54 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9633d54adb1b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = deepin-account-faces-git
+ pkgdesc = Account faces for Linux Deepin
+ pkgver = 1.0.12.r2.gde4f407
+ pkgrel = 1
+ url = https://github.com/linuxdeepin/dde-account-faces
+ arch = any
+ license = GPL3
+ conflicts = dde-account-faces
+ replaces = dde-account-faces
+ source = deepin-account-faces-git::git://github.com/linuxdeepin/dde-account-faces/
+ sha512sums = SKIP
+
+pkgname = deepin-account-faces-git
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..98858c31d47b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: justforlxz <justforlxz@gmail.com>
+
+pkgname=deepin-account-faces-git
+pkgver=1.0.12.r2.gde4f407
+pkgrel=1
+pkgdesc='Account faces for Linux Deepin'
+arch=('any')
+license=('GPL3')
+url="https://github.com/linuxdeepin/dde-account-faces"
+conflicts=('dde-account-faces')
+replaces=('dde-account-faces')
+group=('deepin-git')
+source=("$pkgname::git://github.com/linuxdeepin/dde-account-faces/")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
diff --git a/lilac.yaml b/lilac.yaml
new file mode 100644
index 000000000000..ca84752f18b4
--- /dev/null
+++ b/lilac.yaml
@@ -0,0 +1,17 @@
+# This file is auto-generated by n2y
+
+maintainers:
+ - github: justforlxz
+ email: justforlxz@gmail.com
+
+build_prefix: extra-aarch64
+
+pre_build_script: aur_pre_build(maintainers='justforlxz')
+
+post_build: aur_post_build
+
+update_on:
+ - source: github
+ github: linuxdeepin/dde-account-faces
+ - source: aur
+ aur: deepin-account-faces-git