~dricottone/pkgbuilds

ref: 9a07a6143e8af367c1d133e0b178771ba9cc2729 pkgbuilds/r-r6/Makefile -rw-r--r-- 531 bytes
9a07a614Dominic Ricottone Fixed r-reprex 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.SRCINFO:
	makepkg --printsrcinfo > .SRCINFO

.PHONY: build
build: .SRCINFO
	arch-nspawn $$CHROOT/root pacman -Syu
	makechrootpkg -c -r $$CHROOT
	@echo "Please sign package and rebuild **r-dplyr**!"
	@echo "Please sign package and rebuild **r-httr**!"
	@echo "Please sign package and rebuild **r-processx**!"
	@echo "Please sign package and rebuild **r-progress**!"
	@echo "Please sign package and rebuild **r-sass**!"
	@echo "Please sign package and rebuild **r-scales**!"
	@echo "Please sign package and rebuild **r-selectr**!"